/*
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: "Canela Deck Trial";
    src: url("/wp-content/themes/bb-theme-child/fonts/Canela-Thin-Trial.ttf");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Canela Deck Trial";
    src: url("/wp-content/themes/bb-theme-child/fonts/Canela-ThinItalic-Trial.ttf");
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: "Canela Deck Trial";
    src: url("/wp-content/themes/bb-theme-child/fonts/Canela-Light-Trial.ttf");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Canela Deck Trial";
    src: url("/wp-content/themes/bb-theme-child/fonts/Canela-LightItalic-Trial.ttf");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "Canela Deck Trial";
    src: url("/wp-content/themes/bb-theme-child/fonts/Canela-Regular-Trial.ttf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Canela Deck Trial";
    src: url("/wp-content/themes/bb-theme-child/fonts/Canela-RegularItalic-Trial.ttf");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Canela Deck Trial";
    src: url("/wp-content/themes/bb-theme-child/fonts/Canela-Medium-Trial.ttf");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Canela Deck Trial";
    src: url("/wp-content/themes/bb-theme-child/fonts/Canela-MediumItalic-Trial.ttf");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: "Canela Deck Trial";
    src: url("/wp-content/themes/bb-theme-child/fonts/Canela-Bold-Trial.ttf");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Canela Deck Trial";
    src: url("/wp-content/themes/bb-theme-child/fonts/Canela-BoldItalic-Trial.ttf");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "Canela Deck Trial";
    src: url("/wp-content/themes/bb-theme-child/fonts/Canela-Black-Trial.ttf");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Canela Deck Trial";
    src: url("/wp-content/themes/bb-theme-child/fonts/Canela-BlackItalic-Trial.ttf");
    font-weight: 900;
    font-style: italic;
}