/*
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: 'Belinda';
    src: url('fonts/Belinda.eot');
    src: url('fonts/Belinda.eot?#iefix') format('embedded-opentype'),
         url('fonts/Belinda.woff2') format('woff2'),
         url('fonts/Belinda.woff') format('woff'),
         url('fonts/Belinda.ttf')  format('truetype');
}

@font-face {
    font-family: 'DIN 30640';
    src: url('fonts/DIN-30640-Std-Neuzeit-Grotesk-Bold-Cond.eot');
    src: url('fonts/DIN-30640-Std-Neuzeit-Grotesk-Bold-Cond.eot?#iefix') format('embedded-opentype'),
         url('fonts/DIN-30640-Std-Neuzeit-Grotesk-Bold-Cond.woff2') format('woff2'),
         url('fonts/DIN-30640-Std-Neuzeit-Grotesk-Bold-Cond.woff') format('woff'),
         url('fonts/DIN-30640-Std-Neuzeit-Grotesk-Bold-Cond.ttf')  format('truetype');
}

@font-face {
    font-family: 'LuloCleanW01-OneBold';
    src: url('fonts/Lulo-Clean-W01-One-Bold.eot');
    src: url('fonts/Lulo-Clean-W01-One-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/Lulo-Clean-W01-One-Bold.woff2') format('woff2'),
         url('fonts/Lulo-Clean-W01-One-Bold.woff') format('woff'),
         url('fonts/Lulo-Clean-W01-One-Bold.ttf')  format('truetype');
}

@font-face {
    font-family: 'FuturaLT Book';
    src: url('fonts/FuturaLT-Book.eot');
    src: url('fonts/FuturaLT-Book.eot?#iefix') format('embedded-opentype'),
         url('fonts/FuturaLT-Book.woff2') format('woff2'),
         url('fonts/FuturaLT-Book.woff') format('woff'),
         url('fonts/FuturaLT-Book.ttf')  format('truetype');
}
    
@font-face {
    font-family: 'FuturaLT Light';
    src: url('fonts/FuturaLT-Light.eot');
    src: url('fonts/FuturaLT-Light.eot?#iefix') format('embedded-opentype'),
         url('fonts/FuturaLT-Light.woff2') format('woff2'),
         url('fonts/FuturaLT-Light.woff') format('woff'),
         url('fonts/FuturaLT-Light.ttf')  format('truetype');
}