
    @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: #3e5caa;
--main-color-600: #365196;
--main-color-700: #2f4783;
--main-color-h: 223;
--main-color-s: 47%;
--main-color-l: 45%;
--secondary-color: #013088;
--secondary-color-600: #012770;
--secondary-color-700: #001e56;
--secondary-color-h: 219;
--secondary-color-s: 99%;
--secondary-color-l: 27%;
--accent-color: #f88d20;
--accent-color-600: #f78008;
--accent-color-700: #df7307;
--accent-color-h: 30;
--accent-color-s: 94%;
--accent-color-l: 55%;
--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;
}

