/*
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: "gt-bold";
  src:  url("/wp-content/themes/bb-theme-child/fonts/good_timing_bd-webfont.woff2") format("woff2"),
        url("/wp-content/themes/bb-theme-child/fonts/good_timing_bd-webfont.woff") format("woff");
  font-weight: 700;
}

@font-face {
    font-family: "gt-bold";
    src:  url("/wp-content/themes/bb-theme-child/fonts/good_timing_bd_it-webfont.woff2") format("woff2"),
          url("/wp-content/themes/bb-theme-child/fonts/good_timing_bd_it-webfont.woff") format("woff");
    font-weight: normal;
    font-style: italic, oblique;
}

@font-face {
  font-family: "gt-reg";
  src:  url("/wp-content/themes/bb-theme-child/fonts/good_timing_rg-webfont.woff2") format("woff2"),
        url("/wp-content/themes/bb-theme-child/fonts/good_timing_rg-webfont.woff") format("woff");
  font-weight: normal;
}

@font-face {
    font-family: "gt-reg";
    src:  url("/wp-content/themes/bb-theme-child/fonts/good_timing_rg_it-webfont.woff2") format("woff2"),
          url("/wp-content/themes/bb-theme-child/fonts/good_timing_rg_it-webfont.woff") format("woff");
    font-weight: normal;
    font-style: italic, oblique;
}

/* Use this rule to make the custom font the default font */
/*body {
  font-family: "Forza Book", Verdana, Arial, sans-serif !important;
}
*/
/* Use this rule to apply the custom font to menu items */
.fl-page-nav .navbar-nav,
.fl-page-nav .navbar-nav a {
  font-family: "gt-bold", Verdana, Arial, sans-serif;
}

/* Use this rule to apply the custom font to headings */
/*h1, h2, h3, h4, h5, h6 {
  font-family: "Forza Book", Verdana, Arial, sans-serif;
}*/

/* Use this rule to apply the custom font to paragraphs */
/*p {
    font-family: "Forza Book", Verdana, Arial, sans-serif;
}*/
