
    @font-face {
        font-family: 'helvetica';
        src: url('https://hdp-us-prod-app-tg-engage-files.s3.us-west-2.amazonaws.com/fonts/helvetica-w01-bold.woff2') format('woff2');
        font-weight: 700;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'helvetica';
        src: url('https://hdp-us-prod-app-tg-engage-files.s3.us-west-2.amazonaws.com/fonts/helvetica-w01-light.woff2') format('woff2');
        font-weight: 300;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'helvetica';
        src: url('https://hdp-us-prod-app-tg-engage-files.s3.us-west-2.amazonaws.com/fonts/helvetica-w01-roman.woff2') format('woff2');
        font-weight: 400;
        font-style: normal;
        font-display: swap;
    }
    
:root, :host {
--main-color: #0C4760;
--main-color-600: #093649;
--main-color-700: #062532;
--main-color-h: 198;
--main-color-s: 78%;
--main-color-l: 21%;
--secondary-color: #0B799C;
--secondary-color-600: #096986;
--secondary-color-700: #08566e;
--secondary-color-h: 194;
--secondary-color-s: 87%;
--secondary-color-l: 33%;
--accent-color: #3D9BDF;
--accent-color-600: #2891dc;
--accent-color-700: #2183ca;
--accent-color-h: 205;
--accent-color-s: 72%;
--accent-color-l: 56%;
--button-color: #0B799C;
--button-color-600: #096986;
--button-color-700: #08566e;
--button-color-h: 194;
--button-color-s: 87%;
--button-color-l: 33%;
--type-color: #1D1D1D;
--link-color: #0B799C;
--link-hover-color: #04313e;
--link-decoration: underline;
--link-color-h: 194;
--link-color-s: 87%;
--link-color-l: 33%;
--heading-color: #0C4760;
--font-body-base-size: 16px;
--font-weight-normal: 400;
--font-weight-semi-bold: 700;
--font-weight-bold: 700;
--body-font-family: helvetica, Helvetica, Arial, sans-serif;
--body-font-style: normal;
--heading-font-family: helvetica, Helvetica, Arial, sans-serif;
--heading-font-weight: 300;
--heading-font-weight-bold: 300;
--heading-font-style: normal;
--border-radius-base: 4px;
}

