
    @font-face {
        font-family: 'Aspira';
        src: url('https://hdp-au-prod-app-went-haveyoursay-files.s3.ap-southeast-2.amazonaws.com/fonts/Aspira%20Bold%20Italic.otf') format('opentype');
        font-weight: 700;
        font-style: italic;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Aspira';
        src: url('https://hdp-au-prod-app-went-haveyoursay-files.s3.ap-southeast-2.amazonaws.com/fonts/Aspira%20Bold.otf') format('opentype');
        font-weight: 700;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Aspira';
        src: url('https://hdp-au-prod-app-went-haveyoursay-files.s3.ap-southeast-2.amazonaws.com/fonts/Aspira%20Italic.otf') format('opentype');
        font-weight: 400;
        font-style: italic;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Aspira';
        src: url('https://hdp-au-prod-app-went-haveyoursay-files.s3.ap-southeast-2.amazonaws.com/fonts/Aspira%20Medium%20Italic.otf') format('opentype');
        font-weight: 500;
        font-style: italic;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Aspira';
        src: url('https://hdp-au-prod-app-went-haveyoursay-files.s3.ap-southeast-2.amazonaws.com/fonts/Aspira%20Medium.otf') format('opentype');
        font-weight: 500;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Aspira';
        src: url('https://hdp-au-prod-app-went-haveyoursay-files.s3.ap-southeast-2.amazonaws.com/fonts/Aspira%20Regular.otf') format('opentype');
        font-weight: 400;
        font-style: normal;
        font-display: swap;
    }
    
:root, :host {
--main-color: #003f4d;
--main-color-600: #002a33;
--main-color-700: #00151a;
--main-color-h: 191;
--main-color-s: 100%;
--main-color-l: 15%;
--secondary-color: #1d5b7e;
--secondary-color-600: #184a68;
--secondary-color-700: #133c53;
--secondary-color-h: 202;
--secondary-color-s: 63%;
--secondary-color-l: 30%;
--accent-color: #789b4a;
--accent-color-600: #6b8a42;
--accent-color-700: #5d783a;
--accent-color-h: 86;
--accent-color-s: 35%;
--accent-color-l: 45%;
--button-color: #1d5b7e;
--button-color-600: #184a68;
--button-color-700: #133c53;
--button-color-h: 202;
--button-color-s: 63%;
--button-color-l: 30%;
--type-color: #000000;
--link-color: #0054a4;
--link-hover-color: #00203d;
--link-decoration: underline;
--link-color-h: 209;
--link-color-s: 100%;
--link-color-l: 32%;
--heading-color: #1d5b7e;
--font-body-base-size: 16px;
--font-weight-normal: 400;
--font-weight-semi-bold: 500;
--font-weight-bold: 700;
--body-font-family: Aspira, Helvetica, Arial, sans-serif;
--body-font-style: normal;
--heading-font-family: Aspira, Helvetica, Arial, sans-serif;
--heading-font-weight: 700;
--heading-font-weight-bold: 700;
--heading-font-style: normal;
--border-radius-base: 4px;
--nav-logo-height-mobile: 5rem;
--nav-logo-height-tablet: 6rem;
--nav-logo-height-desktop: 7rem;
}

