
    @font-face {
        font-family: 'CDMSmith';
        src: url('https://hdp-us-prod-app-cdms-cdmsmith-files.s3.us-west-2.amazonaws.com/fonts/CDMSmith-BoldItalic.ttf') format('truetype');
        font-weight: 700;
        font-style: italic;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'CDMSmith';
        src: url('https://hdp-us-prod-app-cdms-cdmsmith-files.s3.us-west-2.amazonaws.com/fonts/CDMSmith-Bold.ttf') format('truetype');
        font-weight: 700;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'CDMSmith';
        src: url('https://hdp-us-prod-app-cdms-cdmsmith-files.s3.us-west-2.amazonaws.com/fonts/CDMSmith-Italic.ttf') format('truetype');
        font-weight: 400;
        font-style: italic;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'CDMSmith';
        src: url('https://hdp-us-prod-app-cdms-cdmsmith-files.s3.us-west-2.amazonaws.com/fonts/CDMSmith-Regular.ttf') format('truetype');
        font-weight: 400;
        font-style: normal;
        font-display: swap;
    }
    
:root, :host {
--main-color: #b52028;
--main-color-600: #a01c23;
--main-color-700: #8b181e;
--main-color-h: 357;
--main-color-s: 70%;
--main-color-l: 42%;
--secondary-color: #003087;
--secondary-color-600: #00256b;
--secondary-color-700: #001d52;
--secondary-color-h: 219;
--secondary-color-s: 100%;
--secondary-color-l: 26%;
--accent-color: #003087;
--accent-color-600: #00256b;
--accent-color-700: #001d52;
--accent-color-h: 219;
--accent-color-s: 100%;
--accent-color-l: 26%;
--button-color: #003087;
--button-color-600: #00256b;
--button-color-700: #001d52;
--button-color-h: 219;
--button-color-s: 100%;
--button-color-l: 26%;
--type-color: #1a1a1a;
--link-color: #003087;
--link-hover-color: #000b1f;
--link-decoration: underline;
--link-color-h: 219;
--link-color-s: 100%;
--link-color-l: 26%;
--heading-color: #003087;
--font-body-base-size: 16px;
--font-weight-normal: 400;
--font-weight-semi-bold: 700;
--font-weight-bold: 700;
--body-font-family: CDMSmith, Helvetica, Arial, sans-serif;
--body-font-style: normal;
--heading-font-family: CDMSmith, Helvetica, Arial, sans-serif;
--heading-font-weight: 700;
--heading-font-weight-bold: 700;
--heading-font-style: normal;
--border-radius-base: 4px;
}

