
    @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: #0d2817;
--main-color-600: #06130b;
--main-color-700: #000000;
--main-color-h: 142;
--main-color-s: 51%;
--main-color-l: 10%;
--secondary-color: #0c4924;
--secondary-color-600: #09351a;
--secondary-color-700: #051f0f;
--secondary-color-h: 144;
--secondary-color-s: 72%;
--secondary-color-l: 17%;
--accent-color: #f0eddf;
--accent-color-600: #e8e3ce;
--accent-color-700: #e0dabd;
--accent-color-h: 49;
--accent-color-s: 36%;
--accent-color-l: 91%;
--button-color: #db3e00;
--button-color-600: #c23700;
--button-color-700: #a83000;
--button-color-h: 17;
--button-color-s: 100%;
--button-color-l: 43%;
--type-color: #1d1d1d;
--link-color: #1C76BD;
--link-hover-color: #0f4066;
--link-decoration: none;
--link-color-h: 206;
--link-color-s: 74%;
--link-color-l: 43%;
--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;
}

