@font-face {
    font-family: 'FK Grotesk';
    src: url('../fonts/fk-grotesk/FKGrotesk-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'FK Grotesk';
    src: url('../fonts/fk-grotesk/FKGrotesk-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'FK Grotesk';
    src: url('../fonts/fk-grotesk/FKGrotesk-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

html, body {
    font-family: 'FK Grotesk', sans-serif !important;
}

h1,h2,h3,h4,h5 {
    font-family: 'FK Grotesk', sans-serif !important;
}