/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0.1
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: 'Jubilat';
	 src: url('fonts/Jubilat-Regular.otf') format('opentype');
	 font-weight: 400;
	 font-style: normal;
}
 @font-face {
	 font-family: 'Jubilat';
	 src: url('fonts/Jubilat-Medium.otf') format('opentype');
	 font-weight: 700;
	 font-style: bold;
}
 @font-face {
	 font-family: 'Jubilat';
	 src: url('fonts/Jubilat-Semibold.otf') format('opentype');
	 font-weight: 900;
	 font-style: normal;
}
 @font-face {
	 font-family: 'Gilroy';
	 src: url('fonts/Gilroy-Regular.otf') format('opentype');
	 font-weight: 400;
	 font-style: normal;
}
 @font-face {
	 font-family: 'Gilroy';
	 src: url('fonts/Gilroy-Bold.otf') format('opentype');
	 font-weight: 700;
	 font-style: bold;
}
 @font-face {
	 font-family: 'Gilroy';
	 src: url('fonts/Poppins-ExtraLight.ttf') format('truetype');
	 font-weight: 200;
}
 @font-face {
	 font-family: 'Gilroy';
	 src: url('fonts/Poppins-Regular.ttf') format('truetype');
	 font-weight: 400;
	 font-style: normal;
}
 @font-face {
	 font-family: 'Gilroy';
	 src: url('fonts/Poppins-Italic.ttf') format('truetype');
	 font-weight: 400;
	 font-style: italic;
}
 @font-face {
	 font-family: 'Gilroy';
	 src: url('fonts/Poppins-Medium.ttf') format('truetype');
	 font-weight: 500;
}
 @font-face {
	 font-family: 'Gilroy';
	 src: url('fonts/Poppins-SemiBold.ttf') format('truetype');
	 font-weight: 600;
	 font-style: semi-bold;
}
 @font-face {
	 font-family: 'Gilroy';
	 src: url('fonts/Poppins-Bold.ttf') format('truetype');
	 font-weight: 700;
	 font-style: bold;
}
 @font-face {
	 font-family: 'Gilroy';
	 src: url('fonts/Poppins-ExtraBold.ttf') format('truetype');
	 font-weight: 800;
	 font-style: bold;
}



 body, .gilroy {
	 font-family: 'Gilroy', Arial, sans-serif;
	 font-weight: 400;
	 font-size: 16px;
	 line-height: 1.75em;
	 color: #585585b;
}

 h1, h2, h3, h4, h5, h6, .jubilat {
	 font-family: 'Jubilat', Times, serif;
	 font-weight: 800;
	 margin-bottom: 10px;
	 line-height: 1.2em;
	 color: #177478;
}