@font-face {
    font-family: 'HKGrotesk';
    src: url('fonts/custom-font/HKGrotesk-Regular.otf');
url('fonts/HKGrotesk-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'HKGrotesk';
    src: url('fonts/custom-font/HKGrotesk-Italic.otf');
url('fonts/HKGrotesk-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'HKGrotesk';
    src: url('fonts/custom-font/HKGrotesk-Medium.otf');
url('fonts/HKGrotesk-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'HKGrotesk';
    src: url('fonts/custom-font/HKGrotesk-SemiBold.otf');
url('fonts/HKGrotesk-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'HKGrotesk';
    src: url('fonts/custom-font/HKGrotesk-Bold.otf');
url('fonts/HKGrotesk-Bold.otf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

