
    @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: #0f1726;
--main-color-600: #070b12;
--main-color-700: #000000;
--main-color-h: 219;
--main-color-s: 43%;
--main-color-l: 10%;
--secondary-color: #2B818C;
--secondary-color-600: #256f79;
--secondary-color-700: #1f5d65;
--secondary-color-h: 187;
--secondary-color-s: 53%;
--secondary-color-l: 36%;
--accent-color: #74A220;
--accent-color-600: #658d1c;
--accent-color-700: #567718;
--accent-color-h: 81;
--accent-color-s: 67%;
--accent-color-l: 38%;
--button-color: #2B818C;
--button-color-600: #256f79;
--button-color-700: #1f5d65;
--button-color-h: 187;
--button-color-s: 53%;
--button-color-l: 36%;
--type-color: #1D1D1D;
--link-color: #2B818C;
--link-hover-color: #13393e;
--link-decoration: underline;
--link-color-h: 187;
--link-color-s: 53%;
--link-color-l: 36%;
--heading-color: #0f1726;
--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;
}

