@font-face {
    font-family: 'Instrument Serif';
    src: url('../fonts/instrument-serif/InstrumentSerif-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Space Mono';
    src: url('../fonts/space-mono/SpaceMono-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Space Mono';
    src: url('../fonts/space-mono/SpaceMono-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Caveat;
    src: url('../fonts/caveat/Caveat-Variable.woff2') format('woff2-variations');
    font-weight: 400 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bitcount Prop Single';
    src: url('../fonts/bitcount-prop-single/BitcountPropSingle-Variable.woff2') format('woff2-variations');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Orbitron;
    src: url('../fonts/orbitron/Orbitron-Variable.woff2') format('woff2-variations');
    font-weight: 400 900;
    font-style: normal;
    font-display: swap;
}

.fh-font-sansSerif {
    --fh-font-family: Manrope, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.fh-font-serif {
    --fh-font-family: 'Instrument Serif', Georgia, 'Times New Roman', serif;
}

.fh-font-extended {
    --fh-font-family: Syne, Manrope, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.fh-font-mono {
    --fh-font-family: 'Space Mono', ui-monospace, 'Courier New', monospace;
}

.fh-font-handwritten {
    --fh-font-family: Caveat, 'Segoe Script', 'Bradley Hand', cursive;
}

.fh-font-pixel {
    --fh-font-family: 'Bitcount Prop Single', ui-monospace, 'Courier New', monospace;
}

.fh-font-geometric {
    --fh-font-family: Orbitron, Manrope, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
