
    @font-face {
        font-family: 'VIC';
        src: url('https://hdp-au-prod-app-gmw-yoursay-files.s3.ap-southeast-2.amazonaws.com/fonts/VIC-Bold.otf') format('opentype');
        font-weight: 700;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'VIC';
        src: url('https://hdp-au-prod-app-gmw-yoursay-files.s3.ap-southeast-2.amazonaws.com/fonts/VIC-BoldItalic.otf') format('opentype');
        font-weight: 700;
        font-style: italic;
        font-display: swap;
    }
    
:root, :host {
--main-color: #002855;
--main-color-600: #001d3d;
--main-color-700: #001124;
--main-color-h: 212;
--main-color-s: 100%;
--main-color-l: 17%;
--secondary-color: #004C97;
--secondary-color-600: #004080;
--secondary-color-700: #003366;
--secondary-color-h: 210;
--secondary-color-s: 100%;
--secondary-color-l: 30%;
--accent-color: #009FDC;
--accent-color-600: #008bc2;
--accent-color-700: #0079a8;
--accent-color-h: 197;
--accent-color-s: 100%;
--accent-color-l: 43%;
--button-color: #004C97;
--button-color-600: #004080;
--button-color-700: #003366;
--button-color-h: 210;
--button-color-s: 100%;
--button-color-l: 30%;
--type-color: #53565A;
--link-color: #004C97;
--link-hover-color: #001a33;
--link-decoration: none;
--link-color-h: 210;
--link-color-s: 100%;
--link-color-l: 30%;
--heading-color: #006893;
--font-body-base-size: 16px;
--font-weight-normal: 400;
--font-weight-semi-bold: 600;
--font-weight-bold: 700;
--body-font-family: Arial, sans-serif;
--body-font-style: normal;
--heading-font-family: VIC, Helvetica, Arial, sans-serif;
--heading-font-weight: 700;
--heading-font-weight-bold: 700;
--heading-font-style: normal;
--border-radius-base: 4px;
}

