/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/*borna regular*/
@font-face {
    font-family: 'Borna';
    src: local('borna-regular-webfont'), 
         url('https://882380.fs1.hubspotusercontent-na1.net/hubfs/882380/Solifaction/fonts/borna-regular-webfont.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* borna regular italic*/
@font-face {
    font-family: 'Borna';
    src: local('borna-regularitalic-webfont'), 
         url('https://882380.fs1.hubspotusercontent-na1.net/hubfs/882380/Solifaction/fonts/borna-regularitalic-webfont.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* borna semi-bold*/
@font-face {
    font-family: 'Borna';
    src: local('borna-semibold-webfont'),
         url('https://882380.fs1.hubspotusercontent-na1.net/hubfs/882380/Solifaction/fonts/borna-semibold-webfont.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* borna semi-bold italic*/
@font-face {
    font-family: 'Borna';
    src: local('borna-semibolditalic-webfont'), 
         url('https://882380.fs1.hubspotusercontent-na1.net/hubfs/882380/Solifaction/fonts/borna-semibolditalic-webfont.woff2') format('woff2'),
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

/*borna medium*/
@font-face {
    font-family: 'Borna';
    src: local('borna-medium-webfont'),
         url('https://882380.fs1.hubspotusercontent-na1.net/hubfs/882380/Solifaction/fonts/borna-medium-webfont.woff2') format('woff2'),
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/*borna medium italic*/
@font-face {
    font-family: 'Borna';
    src: local('borna-mediumitalic-webfont'),
         url('https://882380.fs1.hubspotusercontent-na1.net/hubfs/882380/Solifaction/fonts/borna-mediumitalic-webfont.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/*borna regular*/
@font-face {
    font-family: 'erbaum';
    src: local('Erbaum-Regular'), 
         url('https://882380.fs1.hubspotusercontent-na1.net/hubfs/882380/Solifaction/fonts/Erbaum-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


:root {
    --ff-base: 'erbaum', sans-serif !important;
    --ff-accent: 'Borna', sans-serif !important;
}