
    @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: #672c26;
--main-color-600: #562520;
--main-color-700: #431d19;
--main-color-h: 6;
--main-color-s: 46%;
--main-color-l: 28%;
--secondary-color: #276268;
--secondary-color-600: #205055;
--secondary-color-700: #193e43;
--secondary-color-h: 186;
--secondary-color-s: 45%;
--secondary-color-l: 28%;
--accent-color: #D39089;
--accent-color-600: #cc7e75;
--accent-color-700: #c56c63;
--accent-color-h: 6;
--accent-color-s: 46%;
--accent-color-l: 68%;
--button-color: #276268;
--button-color-600: #205055;
--button-color-700: #193e43;
--button-color-h: 186;
--button-color-s: 45%;
--button-color-l: 28%;
--type-color: #46464C;
--link-color: #0167CA;
--link-hover-color: #013365;
--link-decoration: none;
--link-color-h: 210;
--link-color-s: 99%;
--link-color-l: 40%;
--heading-color: #672c26;
--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;
}

