
    @font-face {
        font-family: 'HelveticaLTStd';
        src: url('https://hdp-ca-prod-app-upland-speak-files.s3.ca-central-1.amazonaws.com/fonts/HelveticaLTStd-Light.otf') format('opentype');
        font-weight: 300;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'HelveticaLTStd';
        src: url('https://hdp-ca-prod-app-upland-speak-files.s3.ca-central-1.amazonaws.com/fonts/HelveticaLTStd-LightObl.otf') format('opentype');
        font-weight: 300;
        font-style: italic;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'HelveticaLTStd';
        src: url('https://hdp-ca-prod-app-upland-speak-files.s3.ca-central-1.amazonaws.com/fonts/HelveticaLTStd-Roman.otf') format('opentype');
        font-weight: 500;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'HelveticaLTStd';
        src: url('https://hdp-ca-prod-app-upland-speak-files.s3.ca-central-1.amazonaws.com/fonts/HelveticaLTStd-Bold.otf') format('opentype');
        font-weight: 700;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'HelveticaLTStd';
        src: url('https://hdp-ca-prod-app-upland-speak-files.s3.ca-central-1.amazonaws.com/fonts/HelveticaLTStd-BoldObl.otf') format('opentype');
        font-weight: 700;
        font-style: italic;
        font-display: swap;
    }
    
:root, :host {
--main-color: #1E2E5C;
--main-color-600: #182449;
--main-color-700: #111b36;
--main-color-h: 225;
--main-color-s: 51%;
--main-color-l: 24%;
--secondary-color: #036DB6;
--secondary-color-600: #025e9c;
--secondary-color-700: #024f83;
--secondary-color-h: 204;
--secondary-color-s: 97%;
--secondary-color-l: 36%;
--accent-color: #3097D4;
--accent-color-600: #288ac3;
--accent-color-700: #247bae;
--accent-color-h: 202;
--accent-color-s: 66%;
--accent-color-l: 51%;
--button-color: #036DB6;
--button-color-600: #025e9c;
--button-color-700: #024f83;
--button-color-h: 204;
--button-color-s: 97%;
--button-color-l: 36%;
--type-color: #000000;
--link-color: #464F6A;
--link-hover-color: #1f222e;
--link-decoration: none;
--link-color-h: 225;
--link-color-s: 20%;
--link-color-l: 35%;
--heading-color: #1E2E5C;
--font-body-base-size: 16px;
--font-weight-normal: 300;
--font-weight-semi-bold: 500;
--font-weight-bold: 700;
--body-font-family: HelveticaLTStd, Helvetica, Arial, sans-serif;
--body-font-style: normal;
--heading-font-family: HelveticaLTStd, Helvetica, Arial, sans-serif;
--heading-font-weight: 500;
--heading-font-weight-bold: 500;
--heading-font-style: normal;
--border-radius-base: 4px;
}

