/* @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    */
/*****************************************/

@font-face {
    font-family: 'grouch';
    src: local('GrouchBT'), 
         url('https://25025637.fs1.hubspotusercontent-eu1.net/hubfs/25025637/fonts/GrouchBT.ttf') format('truetype'),
    font-weight: 400;
    font-style: normal;
}

:root {
    --ff-base: Grouch, sans-serif !important;
    --ff-accent: Grouch, sans-serif !important;
}