
    @font-face {
        font-family: 'TheMixC5';
        src: url('https://hdp-au-prod-app-qclf-yoursay-files.s3.ap-southeast-2.amazonaws.com/fonts/TheMixC5-7_Bold.otf') format('opentype');
        font-weight: 700;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'TheSansC5';
        src: url('https://hdp-au-prod-app-qclf-yoursay-files.s3.ap-southeast-2.amazonaws.com/fonts/TheSansC5-5_Plain.otf') format('opentype');
        font-weight: 400;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'TheSansC5';
        src: url('https://hdp-au-prod-app-qclf-yoursay-files.s3.ap-southeast-2.amazonaws.com/fonts/TheSansC5-7_Bold.otf') format('opentype');
        font-weight: 700;
        font-style: normal;
        font-display: swap;
    }
    
:root, :host {
--main-color: #082244;
--main-color-600: #05172e;
--main-color-700: #030b17;
--main-color-h: 214;
--main-color-s: 79%;
--main-color-l: 15%;
--secondary-color: #007CAD;
--secondary-color-600: #006a94;
--secondary-color-700: #00587a;
--secondary-color-h: 197;
--secondary-color-s: 100%;
--secondary-color-l: 34%;
--accent-color: #5b6870;
--accent-color-600: #505b62;
--accent-color-700: #454e54;
--accent-color-h: 203;
--accent-color-s: 10%;
--accent-color-l: 40%;
--button-color: #007CAD;
--button-color-600: #006a94;
--button-color-700: #00587a;
--button-color-h: 197;
--button-color-s: 100%;
--button-color-l: 34%;
--type-color: #1A1A1A;
--link-color: #007CAD;
--link-hover-color: #003347;
--link-decoration: none;
--link-color-h: 197;
--link-color-s: 100%;
--link-color-l: 34%;
--heading-color: #082244;
--font-body-base-size: 16px;
--font-weight-normal: 400;
--font-weight-semi-bold: 700;
--font-weight-bold: 700;
--body-font-family: TheSansC5, Helvetica, Arial, sans-serif;
--body-font-style: normal;
--heading-font-family: TheMixC5, Helvetica, Arial, sans-serif;
--heading-font-weight: 700;
--heading-font-weight-bold: 700;
--heading-font-style: normal;
--border-radius-base: 4px;
}

