
    @font-face {
        font-family: 'Gordita';
        src: url('https://hdp-au-prod-app-unley-yoursay-files.s3.ap-southeast-2.amazonaws.com/fonts/Gordita-bold-italic.woff2') format('woff2');
        font-weight: 700;
        font-style: italic;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Gordita';
        src: url('https://hdp-au-prod-app-unley-yoursay-files.s3.ap-southeast-2.amazonaws.com/fonts/Gordita-bold.woff2') format('woff2');
        font-weight: 700;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Gordita';
        src: url('https://hdp-au-prod-app-unley-yoursay-files.s3.ap-southeast-2.amazonaws.com/fonts/Gordita-medium-italic.woff2') format('woff2');
        font-weight: 500;
        font-style: italic;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Gordita';
        src: url('https://hdp-au-prod-app-unley-yoursay-files.s3.ap-southeast-2.amazonaws.com/fonts/Gordita-medium.woff2') format('woff2');
        font-weight: 500;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Gordita';
        src: url('https://hdp-au-prod-app-unley-yoursay-files.s3.ap-southeast-2.amazonaws.com/fonts/Gordita-regular-italic.woff2') format('woff2');
        font-weight: 400;
        font-style: italic;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Gordita';
        src: url('https://hdp-au-prod-app-unley-yoursay-files.s3.ap-southeast-2.amazonaws.com/fonts/Gordita-regular.woff2') format('woff2');
        font-weight: 400;
        font-style: normal;
        font-display: swap;
    }
    
:root, :host {
--main-color: #033140;
--main-color-600: #021e27;
--main-color-700: #010b0f;
--main-color-h: 195;
--main-color-s: 91%;
--main-color-l: 13%;
--secondary-color: #3C8078;
--secondary-color-600: #346f68;
--secondary-color-700: #2c5e58;
--secondary-color-h: 173;
--secondary-color-s: 36%;
--secondary-color-l: 37%;
--accent-color: #CF3F49;
--accent-color-600: #c4313b;
--accent-color-700: #af2c35;
--accent-color-h: 356;
--accent-color-s: 60%;
--accent-color-l: 53%;
--button-color: #3C8078;
--button-color-600: #346f68;
--button-color-700: #2c5e58;
--button-color-h: 173;
--button-color-s: 36%;
--button-color-l: 37%;
--type-color: #00132a;
--link-color: #0872af;
--link-hover-color: #04334e;
--link-decoration: none;
--link-color-h: 202;
--link-color-s: 91%;
--link-color-l: 36%;
--heading-color: #034F68;
--font-body-base-size: 16px;
--font-weight-normal: 400;
--font-weight-semi-bold: 500;
--font-weight-bold: 700;
--body-font-family: Gordita, Helvetica, Arial, sans-serif;
--body-font-style: normal;
--heading-font-family: Gordita, Helvetica, Arial, sans-serif;
--heading-font-weight: 700;
--heading-font-weight-bold: 700;
--heading-font-style: normal;
--border-radius-base: 4px;
}

