/*
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: 'Agency FB Bold';
font-style: normal;
font-weight: normal;
src: local('Agency FB Bold'), url('/wp-content/themes/bb-theme-child/fonts/AGENCYB.woff') format('woff');
}

@font-face {
font-family: 'Agency FB';
font-style: normal;
font-weight: normal;
src: local('Agency FB'), url('/wp-content/themes/bb-theme-child/fonts/agency_fb.woff') format('woff');
}

@font-face {
font-family: 'Opti Agency FB';
font-style: normal;
font-weight: normal;
src: local('Agency FB'), url('/wp-content/themes/bb-theme-child/fonts/OPTIAgency-Gothic.ttf.woff') format('woff'),
 url('/wp-content/themes/bb-theme-child/fonts/OPTIAgency-Gothic.ttf.svg#OPTIAgency-Gothic') format('svg'),
        url('/wp-content/themes/bb-theme-child/fonts/OPTIAgency-Gothic.ttf.eot'),
        url('/wp-content/themes/bb-theme-child/fonts/OPTIAgency-Gothic.ttf.eot?#iefix') format('embedded-opentype'); 
}