/*
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... */ 

/* CUSTOM FONTS */
@font-face {
    font-family: 'Brokman';
    src: url('/wp-content/themes/bb-theme-child/fonts/Brokman-Bold.woff2') format('woff2'),
         url('/wp-content/themes/bb-theme-child/fonts/Brokman-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'Brokman';
    src: url('/wp-content/themes/bb-theme-child/fonts/Brokman-Medium.woff2') format('woff2'),
         url('/wp-content/themes/bb-theme-child/fonts/Brokman-Medium.woff') format('woff');
    font-weight: medium;
    font-style: normal;

}

@font-face {
    font-family: 'Brokman';
    src: url('/wp-content/themes/bb-theme-child/fonts/Brokman-Regular.woff2') format('woff2'),
         url('/wp-content/themes/bb-theme-child/fonts/Brokman-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Atlantis';
    src: url('/wp-content/themes/bb-theme-child/fonts/atlantis-Regular.woff2') format('woff2'),
        url('/wp-content/themes/bb-theme-child/fonts/atlantis-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}