
    @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: #0093d0;
--main-color-600: #0081b8;
--main-color-700: #006f9e;
--main-color-h: 198;
--main-color-s: 100%;
--main-color-l: 41%;
--secondary-color: #008852;
--secondary-color-600: #007043;
--secondary-color-700: #005734;
--secondary-color-h: 156;
--secondary-color-s: 100%;
--secondary-color-l: 27%;
--accent-color: #e36f1e;
--accent-color-600: #cc6419;
--accent-color-700: #b65916;
--accent-color-h: 25;
--accent-color-s: 78%;
--accent-color-l: 50%;
--button-color: #fdb813;
--button-color-600: #f2aa02;
--button-color-700: #d99902;
--button-color-h: 42;
--button-color-s: 98%;
--button-color-l: 53%;
--type-color: #46464C;
--link-color: #0093d0;
--link-hover-color: #004b6b;
--link-decoration: none;
--link-color-h: 198;
--link-color-s: 100%;
--link-color-l: 41%;
--heading-color: #0073ae;
--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;
}

