
    @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: #007dca;
--main-color-600: #006eb3;
--main-color-700: #005e99;
--main-color-h: 203;
--main-color-s: 100%;
--main-color-l: 40%;
--secondary-color: #61bb16;
--secondary-color-600: #55a413;
--secondary-color-700: #498d11;
--secondary-color-h: 93;
--secondary-color-s: 79%;
--secondary-color-l: 41%;
--accent-color: #000000;
--accent-color-600: #000000;
--accent-color-700: #000000;
--accent-color-h: 0;
--accent-color-s: 0%;
--accent-color-l: 0%;
--button-color: #61bb16;
--button-color-600: #55a413;
--button-color-700: #498d11;
--button-color-h: 93;
--button-color-s: 79%;
--button-color-l: 41%;
--type-color: #46464C;
--link-color: #0167CA;
--link-hover-color: #013365;
--link-decoration: none;
--link-color-h: 210;
--link-color-s: 99%;
--link-color-l: 40%;
--heading-color: #053a73;
--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;
}

