/* Local fonts — Hanken Grotesk, Inter, JetBrains Mono (latin) */

@font-face {
    font-family: 'Hanken Grotesk';
    font-style: normal;
    font-display: optional;
    font-weight: 400;
    src: url('../fonts/hanken-grotesk-latin-400-normal.woff2') format('woff2');
}

@font-face {
    font-family: 'Hanken Grotesk';
    font-style: normal;
    font-display: optional;
    font-weight: 500;
    src: url('../fonts/hanken-grotesk-latin-500-normal.woff2') format('woff2');
}

@font-face {
    font-family: 'Hanken Grotesk';
    font-style: normal;
    font-display: optional;
    font-weight: 600;
    src: url('../fonts/hanken-grotesk-latin-600-normal.woff2') format('woff2');
}

@font-face {
    font-family: 'Hanken Grotesk';
    font-style: normal;
    font-display: optional;
    font-weight: 700;
    src: url('../fonts/hanken-grotesk-latin-700-normal.woff2') format('woff2');
}

@font-face {
    font-family: 'Hanken Grotesk';
    font-style: normal;
    font-display: optional;
    font-weight: 800;
    src: url('../fonts/hanken-grotesk-latin-800-normal.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-display: optional;
    font-weight: 400;
    src: url('../fonts/inter-latin-400-normal.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-display: optional;
    font-weight: 500;
    src: url('../fonts/inter-latin-500-normal.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-display: optional;
    font-weight: 600;
    src: url('../fonts/inter-latin-600-normal.woff2') format('woff2');
}

@font-face {
    font-family: 'JetBrains Mono';
    font-style: normal;
    font-display: optional;
    font-weight: 500;
    src: url('../fonts/jetbrains-mono-latin-500-normal.woff2') format('woff2');
}
