/*
Theme Name: Beaver Builder Child Theme
Theme URI: https://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: https://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here...Remember to change the Version number above! */

/* FONTS */
@font-face {
    font-family: AlrightSans;
    src: url(https://simonholland.ca/wp-content/themes/bb-theme-child/fonts/alrightsans-regular-v3.eot);
    src: url(https://simonholland.ca/wp-content/themes/bb-theme-child/fonts/alrightsans-regular-v3.eot) format("embedded-opentype"), url(https://simonholland.ca/wp-content/themes/bb-theme-child/fonts/alrightsans-regular-v3.ttf) format("truetype"), url(https://simonholland.ca/wp-content/themes/bb-theme-child/fonts/alrightsans-regular-v3.woff) format("woff");
    font-weight: 400;
}

@font-face {
    font-family: AlrightSans;
    src: url(https://simonholland.ca/wp-content/themes/bb-theme-child/fonts/alrightsans-bold-v3.eot);
    src: url(https://simonholland.ca/wp-content/themes/bb-theme-child/fonts/alrightsans-bold-v3.eot) format("embedded-opentype"), url(https://simonholland.ca/wp-content/themes/bb-theme-child/fonts/alrightsans-bold-v3.ttf) format("truetype"), url(https://simonholland.ca/wp-content/themes/bb-theme-child/fonts/alrightsans-bold-v3.woff) format("woff");
    font-weight: 600;
}

@font-face {
    font-family: MillerText;
    src: url(https://simonholland.ca/wp-content/themes/bb-theme-child/fonts/miller-text-bold-30503.eot);
    src: url(https://simonholland.ca/wp-content/themes/bb-theme-child/fonts/miller-text-bold-30503.eot) format("embedded-opentype"), url(https://simonholland.ca/wp-content/themes/bb-theme-child/fonts/miller-text-bold-30503.ttf) format("truetype"), url(https://simonholland.ca/wp-content/themes/bb-theme-child/fonts/miller-text-bold-30503.woff) format("woff");
    font-weight: 700;
}

