
    @font-face {
        font-family: 'Fort';
        src: url('https://hdp-us-prod-app-kzf-dce-files.s3.us-west-2.amazonaws.com/fonts/Fort-Bold.otf') format('opentype');
        font-weight: 700;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Fort';
        src: url('https://hdp-us-prod-app-kzf-dce-files.s3.us-west-2.amazonaws.com/fonts/Fort-Book.otf') format('opentype');
        font-weight: 400;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Fort';
        src: url('https://hdp-us-prod-app-kzf-dce-files.s3.us-west-2.amazonaws.com/fonts/Fort-BookItalic.otf') format('opentype');
        font-weight: 400;
        font-style: italic;
        font-display: swap;
    }
    
:root, :host {
--main-color: #1100ff;
--main-color-600: #0f00e6;
--main-color-700: #0e00cc;
--main-color-h: 244;
--main-color-s: 100%;
--main-color-l: 50%;
--secondary-color: #020451;
--secondary-color-600: #010337;
--secondary-color-700: #01021e;
--secondary-color-h: 238;
--secondary-color-s: 95%;
--secondary-color-l: 16%;
--accent-color: #FCC40F;
--accent-color-600: #edb602;
--accent-color-700: #d4a302;
--accent-color-h: 46;
--accent-color-s: 98%;
--accent-color-l: 52%;
--button-color: #1100ff;
--button-color-600: #0f00e6;
--button-color-700: #0e00cc;
--button-color-h: 244;
--button-color-s: 100%;
--button-color-l: 50%;
--type-color: #020451;
--link-color: #3496c5;
--link-hover-color: #1f5a75;
--link-decoration: none;
--link-color-h: 199;
--link-color-s: 58%;
--link-color-l: 49%;
--heading-color: #09008a;
--font-body-base-size: 16px;
--font-weight-normal: 400;
--font-weight-semi-bold: 700;
--font-weight-bold: 700;
--body-font-family: Fort, Helvetica, Arial, sans-serif;
--body-font-style: normal;
--heading-font-family: Fort, Helvetica, Arial, sans-serif;
--heading-font-weight: 700;
--heading-font-weight-bold: 700;
--heading-font-style: normal;
--border-radius-base: 4px;
}

