@font-face {
    font-family: 'GothamRoundedLight';
    src: url('GothamRounded-Light.woff2') format('woff2'),
        url('GothamRounded-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'GothamRoundedMedium';
    src: url('GothamRounded-Medium.woff2') format('woff2'),
        url('GothamRounded-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'TacticSansBld';
    src: url('TacticSans-Bld.woff2') format('woff2'),
        url('TacticSans-Bld.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


