
    @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: #4B3E51;
--main-color-600: #3d3342;
--main-color-700: #302834;
--main-color-h: 281;
--main-color-s: 13%;
--main-color-l: 28%;
--secondary-color: #61587B;
--secondary-color-600: #544c6b;
--secondary-color-700: #48425c;
--secondary-color-h: 255;
--secondary-color-s: 17%;
--secondary-color-l: 41%;
--accent-color: #628F61;
--accent-color-600: #577f57;
--accent-color-700: #4d704c;
--accent-color-h: 119;
--accent-color-s: 19%;
--accent-color-l: 47%;
--button-color: #61587B;
--button-color-600: #544c6b;
--button-color-700: #48425c;
--button-color-h: 255;
--button-color-s: 17%;
--button-color-l: 41%;
--type-color: #000000;
--link-color: #7362A6;
--link-hover-color: #463b68;
--link-decoration: none;
--link-color-h: 255;
--link-color-s: 28%;
--link-color-l: 52%;
--heading-color: #4B3E51;
--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;
}

