
    @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: #3A5A40;
--main-color-600: #304b35;
--main-color-700: #263b2a;
--main-color-h: 131;
--main-color-s: 22%;
--main-color-l: 29%;
--secondary-color: #588157;
--secondary-color-600: #4d704c;
--secondary-color-700: #436142;
--secondary-color-h: 119;
--secondary-color-s: 19%;
--secondary-color-l: 42%;
--accent-color: #A3B18A;
--accent-color-600: #97a77b;
--accent-color-700: #8b9d6c;
--accent-color-h: 82;
--accent-color-s: 20%;
--accent-color-l: 62%;
--button-color: #588157;
--button-color-600: #4d704c;
--button-color-700: #436142;
--button-color-h: 119;
--button-color-s: 19%;
--button-color-l: 42%;
--type-color: #46464C;
--link-color: #0B799C;
--link-hover-color: #04313e;
--link-decoration: none;
--link-color-h: 194;
--link-color-s: 87%;
--link-color-l: 33%;
--heading-color: #3A5A40;
--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;
}

