
    @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: #013088;
--main-color-600: #012770;
--main-color-700: #001e56;
--main-color-h: 219;
--main-color-s: 99%;
--main-color-l: 27%;
--secondary-color: #aeaec8;
--secondary-color-600: #9e9ebd;
--secondary-color-700: #8f8fb3;
--secondary-color-h: 240;
--secondary-color-s: 19%;
--secondary-color-l: 73%;
--accent-color: #eebc13;
--accent-color-600: #d7a80f;
--accent-color-700: #bf950d;
--accent-color-h: 46;
--accent-color-s: 87%;
--accent-color-l: 50%;
--button-color: #013088;
--button-color-600: #012770;
--button-color-700: #001e56;
--button-color-h: 219;
--button-color-s: 99%;
--button-color-l: 27%;
--type-color: #1a1a1a;
--link-color: #013088;
--link-hover-color: #000d24;
--link-decoration: underline;
--link-color-h: 219;
--link-color-s: 99%;
--link-color-l: 27%;
--heading-color: #013088;
--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;
}

