/*
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: 'Helvetica Neue Bold';
    src: local('Helvetica Neue Bold'), local('HelveticaNeue-Bold'),
        url('https://stg-marketconnectionsgbc-staging.kinsta.cloud/wp-content/themes/bb-theme-child/fonts/HelveticaNeue-Bold.woff2') format('woff2'),
        url('https://stg-marketconnectionsgbc-staging.kinsta.cloud/wp-content/themes/bb-theme-child/fonts/HelveticaNeue-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue Regular';
    src: local('Helvetica Neue Roman'), local('HelveticaNeue-Roman'),
        url('https://stg-marketconnectionsgbc-staging.kinsta.cloud/wp-content/themes/bb-theme-child/fonts/HelveticaNeue-Roman.woff2') format('woff2'),
        url('https://stg-marketconnectionsgbc-staging.kinsta.cloud/wp-content/themes/bb-theme-child/fonts/HelveticaNeue-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Mono Regular';
    src: local('Roboto Mono'), local('RobotoMono-Regular'),
        url('https://stg-marketconnectionsgbc-staging.kinsta.cloud/wp-content/themes/bb-theme-child/fonts/RobotoMono-Regular.woff2') format('woff2'),
        url('https://stg-marketconnectionsgbc-staging.kinsta.cloud/wp-content/themes/bb-theme-child/fonts/RobotoMono-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}