/*
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: 'Fair Prosper';
    src: url('fonts/FairProsper.woff2') format('woff2'),
        url('fonts/FairProsper.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'American Typewriter';
    src: url('fonts/AmericanTypewriter.woff2') format('woff2'),
        url('fonts/AmericanTypewriter.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'American Typewriter';
    src: url('fonts/AmericanTypewriter-Light.woff2') format('woff2'),
        url('fonts/AmericanTypewriter-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'American Typewriter';
    src: url('fonts/AmericanTypewriter-Bold.woff2') format('woff2'),
        url('fonts/AmericanTypewriter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'American Typewriter';
    src: url('fonts/AmericanTypewriter-Semibold.woff2') format('woff2'),
        url('fonts/AmericanTypewriter-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}