/*
Theme Name: Beaver Builder Child Theme
Theme URI: https://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: https://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here...Remember to change the Version number above! */ 


/* Add your custom styles here */
@font-face {
font-family: "Open Runde";
  src:
    url("https://globalgymbrokers.local/wp-content/themes/bb-theme-child/fonts/OpenRunde-Regular.woff2") format("woff2"),
    url("https://globalgymbrokers.local/wp-content/themes/bb-theme-child/fonts/OpenRunde-Regular.woff") format("woff"),
  	font-weight: normal;
}
@font-face {
font-family: "Open Runde Medium";
  src:
    url("https://globalgymbrokers.local/wp-content/themes/bb-theme-child/fonts/OpenRunde-Medium.woff2") format("woff2"),
    url("https://globalgymbrokers.local/wp-content/themes/bb-theme-child/fonts/OpenRunde-Medium.woff") format("woff"),	  
	  font-weight: 500;
}
@font-face {
font-family: "Open Runde SemiBold";
  src:	  
    url("https://globalgymbrokers.local/wp-content/themes/bb-theme-child/fonts/OpenRunde-Semibold.woff2") format("woff2"),
    url("https://globalgymbrokers.local/wp-content/themes/bb-theme-child/fonts/OpenRunde-Semibold.woff") format("woff"),
  	font-weight: 600;
}
@font-face {
font-family: "Open Runde Bold";
  src:
	url("https://globalgymbrokers.local/wp-content/themes/bb-theme-child/fonts/OpenRunde-Bold.woff2") format("woff2"),
    url("https://globalgymbrokers.local/wp-content/themes/bb-theme-child/fonts/OpenRunde-Bold.woff") format("woff");
  	font-weight: 700;
}
@font-face {
font-family: "Bitter Pro";
  src:
    url("https://globalgymbrokers.local/wp-content/themes/bb-theme-child/fonts/bitterpro-regular-webfont.woff2") format("woff2"),
    url("https://globalgymbrokers.local/wp-content/themes/bb-theme-child/fonts/bitterpro-regular-webfont.woff") format("woff"),
  	font-weight: normal;
}
@font-face {
font-family: "Bitter Pro Italic";
  src:
    url("https://globalgymbrokers.local/wp-content/themes/bb-theme-child/fonts/bitterpro-italic-webfont.woff2") format("woff2"),
    url("https://globalgymbrokers.local/wp-content/themes/bb-theme-child/fonts/bitterpro-italic-webfont.woff") format("woff"),	  
	  font-weight: normal;
	  font-style: italic;
}
@font-face {
font-family: "Bitter Pro Bold";
  src:	  
    url("https://globalgymbrokers.local/wp-content/themes/bb-theme-child/fonts/bitterpro-bold-webfont.woff2") format("woff2"),
    url("https://globalgymbrokers.local/wp-content/themes/bb-theme-child/fonts/bitterpro-bold-webfont.woff") format("woff"),
  	font-weight: 700;
  	font-style: normal;
}
@font-face {
font-family: "Bitter Pro Italic Bold";
  src:
	url("https://globalgymbrokers.local/wp-content/themes/bb-theme-child/fonts/bitterpro-bolditalic-webfont.woff2") format("woff2"),
    url("https://globalgymbrokers.local/wp-content/themes/bb-theme-child/fonts/bitterpro-bolditalic-webfont.woff") format("woff");
  	font-weight: 700;
  	font-style: italic;
}