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

    @font-face {
    font-family: 'Trueno';
    font-style: italic;
    font-weight: 200;
    src: local('Trueno UltraLight Italic'), url('/wp-content/themes/bb-theme-child/fonts/TruenoUltLtIt.woff') format('woff');
    }
    

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

    @font-face {
    font-family: 'Trueno';
    font-style: italic;
    font-weight: 300;
    src: local('Trueno Light Italic'), url('/wp-content/themes/bb-theme-child/fonts/TruenoLtIt.woff') format('woff');
    }
    

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

    @font-face {
    font-family: 'Trueno';
    font-style: italic;
    font-weight: 400;
    src: local('Trueno Regular Italic'), url('/wp-content/themes/bb-theme-child/fonts/TruenoRgIt.woff') format('woff');
    }
    

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

    @font-face {
    font-family: 'Trueno';
    font-style: italic;
    font-weight: 500;
    src: local('Trueno SemiBold Italic'), url('/wp-content/themes/bb-theme-child/fonts/TruenoSBdIt.woff') format('woff');
    }
    

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

    @font-face {
    font-family: 'Trueno';
    font-style: italic;
    font-weight: 600;
    src: local('Trueno Bold Italic'), url('/wp-content/themes/bb-theme-child/fonts/TruenoBdIt.woff') format('woff');
    }
    
    

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

    @font-face {
    font-family: 'Trueno';
    font-style: italic;
    font-weight: 700;
    src: local('Trueno ExtraBold Italic'), url('/wp-content/themes/bb-theme-child/fonts/TruenoExBdIt.woff') format('woff');
    }
    


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

    @font-face {
    font-family: 'Trueno Black Italic';
    font-style: italic;
    font-weight: 800;
    src: local('Trueno Black Italic'), url('/wp-content/themes/bb-theme-child/fonts/TruenoBlkIt.woff') format('woff');
    }
    

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

    @font-face {
    font-family: 'Trueno';
    font-style: italic;
    font-weight: 900;
    src: local('Trueno UltraBlack Italic'), url('/wp-content/themes/bb-theme-child/fonts/TruenoUltBlkIt.woff') format('woff');
    }