
    @font-face {
        font-family: 'ClearView';
        src: url('https://hdp-us-prod-app-scape-engage-files.s3.us-west-2.amazonaws.com/fonts/ClvText-Bold.otf') format('opentype');
        font-weight: 700;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'ClearView';
        src: url('https://hdp-us-prod-app-scape-engage-files.s3.us-west-2.amazonaws.com/fonts/ClvText-Book.otf') format('opentype');
        font-weight: 400;
        font-style: normal;
        font-display: swap;
    }
    
:root, :host {
--main-color: #2B315E;
--main-color-600: #23284d;
--main-color-700: #1b1f3b;
--main-color-h: 233;
--main-color-s: 37%;
--main-color-l: 27%;
--secondary-color: #2B315E;
--secondary-color-600: #23284d;
--secondary-color-700: #1b1f3b;
--secondary-color-h: 233;
--secondary-color-s: 37%;
--secondary-color-l: 27%;
--accent-color: #46c1be;
--accent-color-600: #3cb4b2;
--accent-color-700: #36a19f;
--accent-color-h: 179;
--accent-color-s: 50%;
--accent-color-l: 52%;
--button-color: #2B315E;
--button-color-600: #23284d;
--button-color-700: #1b1f3b;
--button-color-h: 233;
--button-color-s: 37%;
--button-color-l: 27%;
--type-color: #1D1D1D;
--link-color: #1C76BD;
--link-hover-color: #0f4066;
--link-decoration: none;
--link-color-h: 206;
--link-color-s: 74%;
--link-color-l: 43%;
--heading-color: #2B315E;
--font-body-base-size: 16px;
--font-weight-normal: 400;
--font-weight-semi-bold: 400;
--font-weight-bold: 700;
--body-font-family: ClearView, Helvetica, Arial, sans-serif;
--body-font-style: normal;
--heading-font-family: ClearView, Helvetica, Arial, sans-serif;
--heading-font-weight: 700;
--heading-font-weight-bold: 700;
--heading-font-style: normal;
--border-radius-base: 4px;
}

