
    @font-face {
        font-family: 'Mont';
        src: url('https://hdp-au-prod-app-master-imagine-files.s3.ap-southeast-2.amazonaws.com/fonts/Mont-Bold.ttf') format('truetype');
        font-weight: 700;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Mont';
        src: url('https://hdp-au-prod-app-master-imagine-files.s3.ap-southeast-2.amazonaws.com/fonts/Mont-BoldItalic.ttf') format('truetype');
        font-weight: 700;
        font-style: italic;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Mont';
        src: url('https://hdp-au-prod-app-master-imagine-files.s3.ap-southeast-2.amazonaws.com/fonts/Mont-Regular.ttf') format('truetype');
        font-weight: 400;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Mont';
        src: url('https://hdp-au-prod-app-master-imagine-files.s3.ap-southeast-2.amazonaws.com/fonts/Mont-RegularItalic.ttf') format('truetype');
        font-weight: 400;
        font-style: italic;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Mont';
        src: url('https://hdp-au-prod-app-master-imagine-files.s3.ap-southeast-2.amazonaws.com/fonts/Mont-SemiBold.ttf') format('truetype');
        font-weight: 600;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Mont';
        src: url('https://hdp-au-prod-app-master-imagine-files.s3.ap-southeast-2.amazonaws.com/fonts/Mont-SemiBoldItalic.ttf') format('truetype');
        font-weight: 600;
        font-style: italic;
        font-display: swap;
    }
    
:root, :host {
--main-color: #0C4159;
--main-color-600: #093143;
--main-color-700: #06212d;
--main-color-h: 199;
--main-color-s: 76%;
--main-color-l: 20%;
--secondary-color: #695A61;
--secondary-color-600: #5b4d54;
--secondary-color-700: #4d4247;
--secondary-color-h: 332;
--secondary-color-s: 8%;
--secondary-color-l: 38%;
--accent-color: #658C29;
--accent-color-600: #557722;
--accent-color-700: #47631d;
--accent-color-h: 84;
--accent-color-s: 55%;
--accent-color-l: 35%;
--button-color: #695a61;
--button-color-600: #5b4d54;
--button-color-700: #4d4247;
--button-color-h: 332;
--button-color-s: 8%;
--button-color-l: 38%;
--type-color: #373a44;
--link-color: #275d76;
--link-hover-color: #0e212a;
--link-decoration: underline;
--link-color-h: 199;
--link-color-s: 50%;
--link-color-l: 31%;
--heading-color: #275d76;
--font-body-base-size: 16px;
--font-weight-normal: 400;
--font-weight-semi-bold: 600;
--font-weight-bold: 700;
--body-font-family: Mont, Helvetica, Arial, sans-serif;
--body-font-style: normal;
--heading-font-family: Mont, Helvetica, Arial, sans-serif;
--heading-font-weight: 700;
--heading-font-weight-bold: 700;
--heading-font-style: normal;
--border-radius-base: 4px;
}

