@font-face {
    font-family: 'HK';
    src: url('../fonts/HKGrotesk-RegularLegacy.woff2') format('woff2'),
        url('../fonts/HKGrotesk-RegularLegacy.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HK';
    src: url('../fonts/HKGrotesk-SemiBoldLegacy.woff2') format('woff2'),
        url('../fonts/HKGrotesk-SemiBoldLegacy.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'HK';
    src: url('../fonts/HKGrotesk-Light.woff2') format('woff2'),
        url('../fonts/HKGrotesk-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}


