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

@import "css/huisstijl.css";

@font-face {
    font-family: "Doppio One Regular";
    src:  url("/wp-content/themes/bb-theme-child/font/DoppioOne-Regular.ttf") format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: "Minion Pro Regular";
    src:  url("/wp-content/themes/bb-theme-child/font/MinionPro-Regular.otf") format("opentype");
    font-weight: 400;
}

@font-face {
    font-family: "Urbanist Variable";
    src:  url("/wp-content/themes/bb-theme-child/font/Urbanist-Variable.ttf") format("truetype");
    font-weight: 100 900;
}

@font-face {
    font-family: "Urbanist Italic Variable";
    src:  url("/wp-content/themes/bb-theme-child/font/Urbanist-Italic-Variable.ttf") format("truetype");
    font-weight: 100 900;
}

