/*
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
*/
@font-face {
    font-family: "MortModernBold";
    src: url("/app/themes/bb-theme-child/fonts/MortModern-11Bold.otf") format("opentype");
    font-weight: bold;
}
@font-face {
    font-family: "MortModernRegular";
    src: url("/app/themes/bb-theme-child/fonts/MortModern-08Regular.otf") format("opentype");
    font-weight: normal;
}
@font-face {
    font-family: "Lato";
    src: url("/app/themes/bb-theme-child/fonts/Lato-Regular.ttf") format("ttf");
    font-weight: normal;
}