
    @font-face {
        font-family: 'Gotham';
        src: url('https://hdp-us-prod-app-bfj-spp-files.s3.us-west-2.amazonaws.com/fonts/Gotham-Bold.otf') format('opentype');
        font-weight: 700;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Gotham';
        src: url('https://hdp-us-prod-app-bfj-spp-files.s3.us-west-2.amazonaws.com/fonts/Gotham-BoldItalic.otf') format('opentype');
        font-weight: 700;
        font-style: italic;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Gotham';
        src: url('https://hdp-us-prod-app-bfj-spp-files.s3.us-west-2.amazonaws.com/fonts/Gotham-Book.otf') format('opentype');
        font-weight: 400;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Gotham';
        src: url('https://hdp-us-prod-app-bfj-spp-files.s3.us-west-2.amazonaws.com/fonts/Gotham-BookItalic.otf') format('opentype');
        font-weight: 400;
        font-style: italic;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Gotham';
        src: url('https://hdp-us-prod-app-bfj-spp-files.s3.us-west-2.amazonaws.com/fonts/Gotham-Medium.otf') format('opentype');
        font-weight: 500;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Gotham';
        src: url('https://hdp-us-prod-app-bfj-spp-files.s3.us-west-2.amazonaws.com/fonts/Gotham-MediumItalic.otf') format('opentype');
        font-weight: 500;
        font-style: italic;
        font-display: swap;
    }
    
:root, :host {
--main-color: #005489;
--main-color-600: #004570;
--main-color-700: #003557;
--main-color-h: 203;
--main-color-s: 100%;
--main-color-l: 27%;
--secondary-color: #00b3ff;
--secondary-color-600: #00a1e6;
--secondary-color-700: #008fcc;
--secondary-color-h: 198;
--secondary-color-s: 100%;
--secondary-color-l: 50%;
--accent-color: #f1f1e6;
--accent-color-600: #e7e7d5;
--accent-color-700: #dedec4;
--accent-color-h: 60;
--accent-color-s: 28%;
--accent-color-l: 92%;
--button-color: #912753;
--button-color-600: #7d2147;
--button-color-700: #691c3c;
--button-color-h: 335;
--button-color-s: 58%;
--button-color-l: 36%;
--type-color: #1d1d1d;
--link-color: #00611f;
--link-hover-color: #000000;
--link-decoration: none;
--link-color-h: 139;
--link-color-s: 100%;
--link-color-l: 19%;
--heading-color: #58595B;
--font-body-base-size: 16px;
--font-weight-normal: 400;
--font-weight-semi-bold: 500;
--font-weight-bold: 700;
--body-font-family: Gotham, Helvetica, Arial, sans-serif;
--body-font-style: normal;
--heading-font-family: Gotham, Helvetica, Arial, sans-serif;
--heading-font-weight: 700;
--heading-font-weight-bold: 700;
--heading-font-style: normal;
--border-radius-base: 4px;
}

