
    @font-face {
        font-family: 'TradeGothic ';
        src: url('https://hdp-us-prod-app-kmtpo-engage-files.s3.us-west-2.amazonaws.com/fonts/TradeGothic%20Regular.ttf') format('truetype');
        font-weight: 400;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'TradeGothic ';
        src: url('https://hdp-us-prod-app-kmtpo-engage-files.s3.us-west-2.amazonaws.com/fonts/TradeGothic%20Bold.ttf') format('truetype');
        font-weight: 600;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'TradeGothic ';
        src: url('https://hdp-us-prod-app-kmtpo-engage-files.s3.us-west-2.amazonaws.com/fonts/TradeGothic%20BoldItalic.ttf') format('truetype');
        font-weight: 600;
        font-style: italic;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'TradeGothic Roman';
        src: url('https://hdp-us-prod-app-kmtpo-engage-files.s3.us-west-2.amazonaws.com/fonts/TradeGothic%20Roman.ttf') format('truetype');
        font-weight: 400;
        font-style: normal;
        font-display: swap;
    }
    
:root, :host {
--main-color: #006938;
--main-color-600: #00522c;
--main-color-700: #00381e;
--main-color-h: 152;
--main-color-s: 100%;
--main-color-l: 21%;
--secondary-color: #9e6d31;
--secondary-color-600: #8c612b;
--secondary-color-700: #795325;
--secondary-color-h: 33;
--secondary-color-s: 53%;
--secondary-color-l: 41%;
--accent-color: #000000;
--accent-color-600: #000000;
--accent-color-700: #000000;
--accent-color-h: 0;
--accent-color-s: 0%;
--accent-color-l: 0%;
--button-color: #9e6d31;
--button-color-600: #8c612b;
--button-color-700: #795325;
--button-color-h: 33;
--button-color-s: 53%;
--button-color-l: 41%;
--type-color: #000000;
--link-color: #006938;
--link-hover-color: #000503;
--link-decoration: underline;
--link-color-h: 152;
--link-color-s: 100%;
--link-color-l: 21%;
--heading-color: #006938;
--font-body-base-size: 16px;
--font-weight-normal: 400;
--font-weight-semi-bold: 600;
--font-weight-bold: 600;
--body-font-family: TradeGothic, Helvetica, Arial, sans-serif;
--body-font-style: normal;
--heading-font-family: TradeGothic, Helvetica, Arial, sans-serif;
--heading-font-weight: 600;
--heading-font-weight-bold: 600;
--heading-font-style: normal;
--border-radius-base: 4px;
--nav-logo-height-mobile: 6rem;
--nav-logo-height-tablet: 7rem;
--nav-logo-height-desktop: 8rem;
}

