/*
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: 'Carefree Serif';
    src: url('assets/fonts/CarefreeSerif-Medium.woff2') format('woff2'),
         url('assets/fonts/CarefreeSerif-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Carefree Serif';
    src: url('assets/fonts/CarefreeSerif-MediumItalic.woff2') format('woff2'),
         url('assets/fonts/CarefreeSerif-MediumItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Carefree Serif';
    src: url('assets/fonts/CarefreeSerif-Light.woff2') format('woff2'),
         url('assets/fonts/CarefreeSerif-Light.woff') format('woff');
    font-weight: 300; /* Light */
    font-style: normal;
}

@font-face {
    font-family: 'Carefree Serif';
    src: url('assets/fonts/CarefreeSerif-LightItalic.woff2') format('woff2'),
         url('assets/fonts/CarefreeSerif-LightItalic.woff') format('woff');
    font-weight: 300; /* Light */
    font-style: italic;
}
