
    @font-face {
        font-family: 'Aptos';
        src: url('https://hdp-au-prod-app-tsd-engage-files.s3.ap-southeast-2.amazonaws.com/fonts/Aptos.ttf') format('truetype');
        font-weight: 400;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Aptos';
        src: url('https://hdp-au-prod-app-tsd-engage-files.s3.ap-southeast-2.amazonaws.com/fonts/Aptos-Bold.ttf') format('truetype');
        font-weight: 700;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Aptos';
        src: url('https://hdp-au-prod-app-tsd-engage-files.s3.ap-southeast-2.amazonaws.com/fonts/Aptos-Bold-Italic.ttf') format('truetype');
        font-weight: 700;
        font-style: italic;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Aptos';
        src: url('https://hdp-au-prod-app-tsd-engage-files.s3.ap-southeast-2.amazonaws.com/fonts/Aptos-Italic.ttf') format('truetype');
        font-weight: 400;
        font-style: italic;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Aptos';
        src: url('https://hdp-au-prod-app-tsd-engage-files.s3.ap-southeast-2.amazonaws.com/fonts/Aptos-Light.ttf') format('truetype');
        font-weight: 300;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Aptos';
        src: url('https://hdp-au-prod-app-tsd-engage-files.s3.ap-southeast-2.amazonaws.com/fonts/Aptos-Light-Italic.ttf') format('truetype');
        font-weight: 300;
        font-style: italic;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Aptos';
        src: url('https://hdp-au-prod-app-tsd-engage-files.s3.ap-southeast-2.amazonaws.com/fonts/Aptos-SemiBold.ttf') format('truetype');
        font-weight: 600;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Aptos';
        src: url('https://hdp-au-prod-app-tsd-engage-files.s3.ap-southeast-2.amazonaws.com/fonts/Aptos-SemiBold-Italic.ttf') format('truetype');
        font-weight: 600;
        font-style: italic;
        font-display: swap;
    }
    
:root, :host {
--main-color: #00254A;
--main-color-600: #001a33;
--main-color-700: #000d1a;
--main-color-h: 210;
--main-color-s: 100%;
--main-color-l: 15%;
--secondary-color: #EC183B;
--secondary-color-600: #d91233;
--secondary-color-700: #c1102d;
--secondary-color-h: 350;
--secondary-color-s: 85%;
--secondary-color-l: 51%;
--accent-color: #00A2E5;
--accent-color-600: #008fcc;
--accent-color-700: #007db3;
--accent-color-h: 198;
--accent-color-s: 100%;
--accent-color-l: 45%;
--button-color: #00254A;
--button-color-600: #001a33;
--button-color-700: #000d1a;
--button-color-h: 210;
--button-color-s: 100%;
--button-color-l: 15%;
--type-color: #46464C;
--link-color: #00254A;
--link-hover-color: #000000;
--link-decoration: underline;
--link-color-h: 210;
--link-color-s: 100%;
--link-color-l: 15%;
--heading-color: #00254A;
--font-body-base-size: 16px;
--font-weight-normal: 400;
--font-weight-semi-bold: 600;
--font-weight-bold: 700;
--body-font-family: Aptos, Helvetica, Arial, sans-serif;
--body-font-style: normal;
--heading-font-family: Aptos, Helvetica, Arial, sans-serif;
--heading-font-weight: 300;
--heading-font-weight-bold: 300;
--heading-font-style: normal;
--border-radius-base: 4px;
}

