/*
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
*/
@font-face {
    font-family: 'exquise_fyregular';
    src: url(‘fonts/exquisefy-regular-webfont.eot');
    src: url('fonts/exquisefy-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/exquisefy-regular-webfont.woff2') format('woff2'),
         url('fonts/exquisefy-regular-webfont.woff') format('woff'),
         url('fonts/exquisefy-regular-webfont.ttf') format('truetype'),
         url('fonts/exquisefy-regular-webfont.svg#exquise_fyregular') format('svg');
    font-weight: normal;
    font-style: normal;

}