/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

@font-face {
  font-family: "Calibre";
  src:  url("/wp-content/themes/bb-theme-child/fonts/Calibre-Black.woff") format("woff");
  font-weight: 900;
}
@font-face {
  font-family: "Calibre Italic";
  src:  url("/wp-content/themes/bb-theme-child/fonts/Calibre-BlackItalic.woff") format("woff");
  font-weight: 900;
}
@font-face {
  font-family: "Calibre";
  src:  url("/wp-content/themes/bb-theme-child/fonts/Calibre-Bold.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "Calibre Italic";
  src:  url("/wp-content/themes/bb-theme-child/fonts/Calibre-BoldItalic.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "Calibre";
  src:  url("/wp-content/themes/bb-theme-child/fonts/Calibre-Light.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "Calibre Italic";
  src:  url("/wp-content/themes/bb-theme-child/fonts/Calibre-LightItalic.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "Calibre";
  src:  url("/wp-content/themes/bb-theme-child/fonts/Calibre-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "Calibre Italic";
  src:  url("/wp-content/themes/bb-theme-child/fonts/Calibre-MediumItalic.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "Calibre";
  src:  url("/wp-content/themes/bb-theme-child/fonts/Calibre-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Calibre Italic";
  src:  url("/wp-content/themes/bb-theme-child/fonts/Calibre-RegularItalic.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Calibre";
  src:  url("/wp-content/themes/bb-theme-child/fonts/Calibre-Semibold.woff") format("woff");
  font-weight: 600;
}
@font-face {
  font-family: "Calibre Italic";
  src:  url("/wp-content/themes/bb-theme-child/fonts/Calibre-SemiboldItalic.woff") format("woff");
  font-weight: 600;
}
@font-face {
  font-family: "Calibre";
  src:  url("/wp-content/themes/bb-theme-child/fonts/Calibre-Thin.woff") format("woff");
  font-weight: 100;
}
@font-face {
  font-family: "Calibre Italic";
  src:  url("/wp-content/themes/bb-theme-child/fonts/Calibre-ThinItalic.woff") format("woff");
  font-weight: 100;
}
