
    @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 {
--main-color: #9c9e2f;
--main-color-600: #888929;
--main-color-700: #747623;
--main-color-h: 61;
--main-color-s: 54%;
--main-color-l: 40%;
--secondary-color: #001d6e;
--secondary-color-600: #001757;
--secondary-color-700: #00103d;
--secondary-color-h: 224;
--secondary-color-s: 100%;
--secondary-color-l: 22%;
--accent-color: #607423;
--accent-color-600: #51621d;
--accent-color-700: #414f17;
--accent-color-h: 75;
--accent-color-s: 54%;
--accent-color-l: 30%;
--button-color: #001d6e;
--button-color-600: #001757;
--button-color-700: #00103d;
--button-color-h: 224;
--button-color-s: 100%;
--button-color-l: 22%;
--type-color: #46464C;
--link-color: #0167CA;
--link-hover-color: #013365;
--link-decoration: none;
--link-color-h: 210;
--link-color-s: 99%;
--link-color-l: 40%;
--heading-color: #9c9e2f;
--font-body-base-sm-size: 1.7rem;
--font-body-base-md-size: 1.7rem;
--font-body-base-size: 1.7rem;
--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;
}

