
    @font-face {
        font-family: 'apercu';
        src: url('https://hdp-ca-prod-app-crun-engage-files.s3.ca-central-1.amazonaws.com/fonts/apercu-bold-italic-pro.otf') format('opentype');
        font-weight: 700;
        font-style: italic;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'apercu';
        src: url('https://hdp-ca-prod-app-crun-engage-files.s3.ca-central-1.amazonaws.com/fonts/apercu-bold-pro.otf') format('opentype');
        font-weight: 700;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'apercu';
        src: url('https://hdp-ca-prod-app-crun-engage-files.s3.ca-central-1.amazonaws.com/fonts/apercu-medium-italic-pro.otf') format('opentype');
        font-weight: 400;
        font-style: italic;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'apercu';
        src: url('https://hdp-ca-prod-app-crun-engage-files.s3.ca-central-1.amazonaws.com/fonts/apercu-medium-pro.otf') format('opentype');
        font-weight: 400;
        font-style: normal;
        font-display: swap;
    }
    
:root, :host {
--main-color: #374D51;
--main-color-600: #2d4043;
--main-color-700: #233134;
--main-color-h: 189;
--main-color-s: 19%;
--main-color-l: 27%;
--secondary-color: #A5533B;
--secondary-color-600: #924b35;
--secondary-color-700: #7f412e;
--secondary-color-h: 14;
--secondary-color-s: 47%;
--secondary-color-l: 44%;
--accent-color: #739BA5;
--accent-color-600: #63909c;
--accent-color-700: #5a828c;
--accent-color-h: 192;
--accent-color-s: 22%;
--accent-color-l: 55%;
--button-color: #374D51;
--button-color-600: #2d4043;
--button-color-700: #233134;
--button-color-h: 189;
--button-color-s: 19%;
--button-color-l: 27%;
--type-color: #374D51;
--link-color: #A5533B;
--link-hover-color: #5a2e20;
--link-decoration: underline;
--link-color-h: 14;
--link-color-s: 47%;
--link-color-l: 44%;
--heading-color: #374D51;
--font-body-base-size: 16px;
--font-weight-normal: 400;
--font-weight-semi-bold: 700;
--font-weight-bold: 700;
--body-font-family: apercu, Helvetica, Arial, sans-serif;
--body-font-style: normal;
--heading-font-family: apercu, Helvetica, Arial, sans-serif;
--heading-font-weight: 700;
--heading-font-weight-bold: 700;
--heading-font-style: normal;
--border-radius-base: 4px;
--footer-text-color: #E9F9FB;
}

