/* Display & Heading — Geist */
@font-face
{
    font-family: 'geist';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('../fonts/Geist/Geist-Variable.woff2') format('woff2');
}

@font-face
{
    font-family: 'geist-display';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('../fonts/Geist/Geist-Variable.woff2') format('woff2');
}

@font-face
{
    font-family: 'geist-heading';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/Geist/Geist-Variable.woff2') format('woff2');
}

@font-face
{
    font-family: 'geist-heading-bold';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/Geist/Geist-Variable.woff2') format('woff2');
}

/* Body — Inter */
@font-face
{
    font-family: 'inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('../fonts/Inter/Inter-Variable.woff2') format('woff2');
}

@font-face
{
    font-family: 'inter-bold';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/Inter/Inter-Variable.woff2') format('woff2');
}

/* Mono — JetBrains Mono */
@font-face
{
    font-family: 'jetbrains-mono';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/JetBrainsMono/JetBrainsMono-400.woff2') format('woff2');
}
