
    @font-face {
        font-family: 'Brandon';
        src: url('https://hdp-us-prod-app-tcgcan-engage-files.s3.us-west-2.amazonaws.com/fonts/Brandon_bld_it.otf') format('opentype');
        font-weight: 700;
        font-style: italic;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Brandon';
        src: url('https://hdp-us-prod-app-tcgcan-engage-files.s3.us-west-2.amazonaws.com/fonts/Brandon_bld.otf') format('opentype');
        font-weight: 700;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Brandon';
        src: url('https://hdp-us-prod-app-tcgcan-engage-files.s3.us-west-2.amazonaws.com/fonts/Brandon_blk_it.otf') format('opentype');
        font-weight: 800;
        font-style: italic;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Brandon';
        src: url('https://hdp-us-prod-app-tcgcan-engage-files.s3.us-west-2.amazonaws.com/fonts/Brandon_blk.otf') format('opentype');
        font-weight: 800;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Brandon';
        src: url('https://hdp-us-prod-app-tcgcan-engage-files.s3.us-west-2.amazonaws.com/fonts/Brandon_med_it.otf') format('opentype');
        font-weight: 500;
        font-style: italic;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Brandon';
        src: url('https://hdp-us-prod-app-tcgcan-engage-files.s3.us-west-2.amazonaws.com/fonts/Brandon_med.otf') format('opentype');
        font-weight: 500;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Brandon';
        src: url('https://hdp-us-prod-app-tcgcan-engage-files.s3.us-west-2.amazonaws.com/fonts/Brandon_reg_it.otf') format('opentype');
        font-weight: 400;
        font-style: italic;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Brandon';
        src: url('https://hdp-us-prod-app-tcgcan-engage-files.s3.us-west-2.amazonaws.com/fonts/Brandon_reg.otf') format('opentype');
        font-weight: 400;
        font-style: normal;
        font-display: swap;
    }
    
:root, :host {
--main-color: #016938;
--main-color-600: #01512b;
--main-color-700: #01381e;
--main-color-h: 152;
--main-color-s: 98%;
--main-color-l: 21%;
--secondary-color: #f2c439;
--secondary-color-600: #f1bd22;
--secondary-color-700: #ebb40f;
--secondary-color-h: 45;
--secondary-color-s: 88%;
--secondary-color-l: 59%;
--accent-color: #113d53;
--accent-color-600: #0d2f3f;
--accent-color-700: #091f2a;
--accent-color-h: 200;
--accent-color-s: 66%;
--accent-color-l: 20%;
--button-color: #f2c439;
--button-color-600: #f1bd22;
--button-color-700: #ebb40f;
--button-color-h: 45;
--button-color-s: 88%;
--button-color-l: 59%;
--type-color: #000000;
--link-color: #0011ff;
--link-hover-color: #000a99;
--link-decoration: none;
--link-color-h: 236;
--link-color-s: 100%;
--link-color-l: 50%;
--heading-color: #016938;
--font-body-base-size: 17px;
--font-weight-normal: 400;
--font-weight-semi-bold: 600;
--font-weight-bold: 700;
--body-font-family: 'Open Sans', Helvetica, Arial, sans-serif;
--body-font-style: normal;
--heading-font-family: Brandon, Helvetica, Arial, sans-serif;
--heading-font-weight: 700;
--heading-font-weight-bold: 700;
--heading-font-style: normal;
--border-radius-base: 4px;
}

