/* HKGrotesk Light (300) */
@font-face {
    font-family: 'HKGrotesk';
    src: url('fonts/HKGrotesk-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

/* HKGrotesk Light Italic (300 italic) */
@font-face {
    font-family: 'HKGrotesk';
    src: url('fonts/HKGrotesk-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

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

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

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

/* HKGrotesk Medium Italic (500 italic) */
@font-face {
    font-family: 'HKGrotesk';
    src: url('fonts/HKGrotesk-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}

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

/* HKGrotesk SemiBold Italic (600 italic) */
@font-face {
    font-family: 'HKGrotesk';
    src: url('fonts/HKGrotesk-SemiBoldItalic.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
}

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

/* HKGrotesk Bold Italic (700 italic) */
@font-face {
    font-family: 'HKGrotesk';
    src: url('fonts/HKGrotesk-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

/* HKGrotesk ExtraBold (800) */
@font-face {
    font-family: 'HKGrotesk';
    src: url('fonts/HKGrotesk-ExtraBold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

/* HKGrotesk Black (900) */
@font-face {
    font-family: 'HKGrotesk';
    src: url('fonts/HKGrotesk-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}
