@font-face {
    font-family: 'HK Grotesk';
    src: local('HK Grotesk'),
        url('../../../../fonts/HKGrotesk-Regular.woff2') format('woff2'),
        url('../../../../fonts/HKGrotesk-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'HK Grotesk';
    src: local('HK Grotesk'),
    url('../../../../fonts/HKGrotesk-Medium.woff2') format('woff2'),
    url('../../../../fonts/HKGrotesk-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'HK Grotesk';
    src: local('HK Grotesk'),
        url('../../../../fonts/HKGrotesk-Bold.woff2') format('woff2'),
        url('../../../../fonts/HKGrotesk-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}