
    @font-face {
        font-family: 'Whitney';
        src: url('https://hdp-us-prod-app-rhi-thenextchaptersandys-files.s3.us-west-2.amazonaws.com/fonts/WhitneyBlack.ttf') format('truetype');
        font-weight: 700;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Whitney';
        src: url('https://hdp-us-prod-app-rhi-thenextchaptersandys-files.s3.us-west-2.amazonaws.com/fonts/WhitneyBold.ttf') format('truetype');
        font-weight: 600;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Whitney';
        src: url('https://hdp-us-prod-app-rhi-thenextchaptersandys-files.s3.us-west-2.amazonaws.com/fonts/Whitney-Medium.ttf') format('truetype');
        font-weight: 400;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'BrauerNeue';
        src: url('https://hdp-us-prod-app-rhi-thenextchaptersandys-files.s3.us-west-2.amazonaws.com/fonts/BrauerNeue-Black.otf') format('opentype');
        font-weight: 900;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'BrauerNeue';
        src: url('https://hdp-us-prod-app-rhi-thenextchaptersandys-files.s3.us-west-2.amazonaws.com/fonts/BrauerNeue-Bold.otf') format('opentype');
        font-weight: 700;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'BrauerNeue';
        src: url('https://hdp-us-prod-app-rhi-thenextchaptersandys-files.s3.us-west-2.amazonaws.com/fonts/BrauerNeue-Regular.otf') format('opentype');
        font-weight: 600;
        font-style: normal;
        font-display: swap;
    }
    
:root, :host {
--main-color: #003361;
--main-color-600: #002647;
--main-color-700: #00182e;
--main-color-h: 208;
--main-color-s: 100%;
--main-color-l: 19%;
--secondary-color: #007DAC;
--secondary-color-600: #006c94;
--secondary-color-700: #005a7a;
--secondary-color-h: 196;
--secondary-color-s: 100%;
--secondary-color-l: 34%;
--accent-color: #62a653;
--accent-color-600: #59954b;
--accent-color-700: #4f8443;
--accent-color-h: 109;
--accent-color-s: 33%;
--accent-color-l: 49%;
--button-color: #007DAC;
--button-color-600: #006c94;
--button-color-700: #005a7a;
--button-color-h: 196;
--button-color-s: 100%;
--button-color-l: 34%;
--type-color: #0C153A;
--link-color: #007DAC;
--link-hover-color: #003447;
--link-decoration: none;
--link-color-h: 196;
--link-color-s: 100%;
--link-color-l: 34%;
--heading-color: #003361;
--font-body-base-size: 17px;
--font-weight-normal: 400;
--font-weight-semi-bold: 600;
--font-weight-bold: 700;
--body-font-family: Whitney, Helvetica, Arial, sans-serif;
--body-font-style: normal;
--heading-font-family: BrauerNeue, Helvetica, Arial, sans-serif;
--heading-font-weight: 600;
--heading-font-weight-bold: 700;
--heading-font-style: normal;
--border-radius-base: 4px;
}

