
    @font-face {
        font-family: 'Metropolis';
        src: url('https://hdp-us-prod-app-kh-clevelandiv-files.s3.us-west-2.amazonaws.com/fonts/Metropolis-Regular.otf') format('opentype');
        font-weight: 700;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Metropolis';
        src: url('https://hdp-us-prod-app-kh-clevelandiv-files.s3.us-west-2.amazonaws.com/fonts/Metropolis-Medium.otf') format('opentype');
        font-weight: 400;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Metropolis Bold';
        src: url('https://hdp-us-prod-app-kh-clevelandiv-files.s3.us-west-2.amazonaws.com/fonts/Metropolis-Bold.otf') format('opentype');
        font-weight: 400;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Metropolis Semi bold';
        src: url('https://hdp-us-prod-app-kh-clevelandiv-files.s3.us-west-2.amazonaws.com/fonts/Metropolis-SemiBold.otf') format('opentype');
        font-weight: 400;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Metropolis Black';
        src: url('https://hdp-us-prod-app-kh-clevelandiv-files.s3.us-west-2.amazonaws.com/fonts/Metropolis-Black.otf') format('opentype');
        font-weight: 500;
        font-style: normal;
        font-display: swap;
    }
    
:root, :host {
--main-color: #12709B;
--main-color-600: #105f84;
--main-color-700: #0d4f6e;
--main-color-h: 199;
--main-color-s: 79%;
--main-color-l: 34%;
--secondary-color: #B7580B;
--secondary-color-600: #9f4d09;
--secondary-color-700: #874108;
--secondary-color-h: 27;
--secondary-color-s: 89%;
--secondary-color-l: 38%;
--accent-color: #25742F;
--accent-color-600: #1f6127;
--accent-color-700: #184e20;
--accent-color-h: 128;
--accent-color-s: 52%;
--accent-color-l: 30%;
--button-color: #B7580B;
--button-color-600: #9f4d09;
--button-color-700: #874108;
--button-color-h: 27;
--button-color-s: 89%;
--button-color-l: 38%;
--type-color: #000000;
--link-color: #097BBC;
--link-hover-color: #043c5d;
--link-decoration: underline;
--link-color-h: 202;
--link-color-s: 91%;
--link-color-l: 39%;
--heading-color: #12709B;
--font-body-base-size: 17px;
--font-weight-normal: 400;
--font-weight-semi-bold: 400;
--font-weight-bold: 400;
--body-font-family: Metropolis, Helvetica, Arial, sans-serif;
--body-font-style: normal;
--heading-font-family: 'Metropolis Black', Helvetica, Arial, sans-serif;
--heading-font-weight: 500;
--heading-font-weight-bold: 500;
--heading-font-style: normal;
--border-radius-base: 4px;
}

