/*
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... */ 
/* Add your custom styles here */
@font-face {
  font-family: "Museo-100";
  src:  url("/wp-content/themes/bb-theme-child/fonts/Museo-100.woff2") format("woff2"),
        url("/wp-content/themes/bb-theme-child/fonts/Museo-100.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Museo-300";
  src:  url("/wp-content/themes/bb-theme-child/fonts/Museo-300.woff2") format("woff2"),
        url("/wp-content/themes/bb-theme-child/fonts/Museo-300.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Museo-500";
  src:  url("/wp-content/themes/bb-theme-child/fonts/Museo-500.woff2") format("woff2"),
        url("/wp-content/themes/bb-theme-child/fonts/Museo-500.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Museo-700";
  src:  url("/wp-content/themes/bb-theme-child/fonts/Museo-700.woff2") format("woff2"),
        url("/wp-content/themes/bb-theme-child/fonts/Museo-700.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Museo-900";
  src:  url("/wp-content/themes/bb-theme-child/fonts/Museo-900.woff2") format("woff2"),
        url("/wp-content/themes/bb-theme-child/fonts/Museo-900.woff") format("woff");
  font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Museo-500", Sans-Serif;
}