/*
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: 'Austin';
    src: url('/content/themes/mw-reviews/assets/fonts/austin/austin-semibold.woff2') format('woff2'),
    url('/content/themes/mw-reviews/assets/fonts/austin/austin-semibold.woff') format('woff');
    font-weight:  600;
    font-style:   normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/content/themes/mw-reviews/assets/fonts/gilroy/gilroy-regular.woff2') format('woff2'),
    url('/content/themes/mw-reviews/assets/fonts/gilroy/gilroy-regular.woff') format('woff');
    font-weight:  400;
    font-style:   normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/content/themes/mw-reviews/assets/fonts/gilroy/gilroy-regularitalic.woff2') format('woff2'),
    url('/content/themes/mw-reviews/assets/fonts/gilroy/gilroy-regularitalic.woff') format('woff');
    font-weight:  400;
    font-style:   italic;
    font-stretch: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/content/themes/mw-reviews/assets/fonts/gilroy/gilroy-bold.woff2') format('woff2'),
    url('/content/themes/mw-reviews/assets/fonts/gilroy/gilroy-bold.woff') format('woff');
    font-weight:  700;
    font-style:   normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/content/themes/mw-reviews/assets/fonts/gilroy/gilroy-extrabold.woff2') format('woff2'),
    url('/content/themes/mw-reviews/assets/fonts/gilroy/gilroy-extrabold.woff') format('woff');
    font-weight:  800;
    font-style:   normal;
    font-stretch: normal;
}