/**
 * Local Fonts - Self-hosted Variable Fonts
 * 
 * All fonts are variable fonts (single file, all weights)
 * - Space Grotesk (OdioQue headlines)
 * - Manrope (OdioQue body)
 * - Inter (ListoLoDije/SabiasQue - headline + body)
 */

/* ==========================================================================
   SPACE GROTESK - OdioQue Headlines (Variable: 400-700)
   ========================================================================== */

@font-face {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url('space-grotesk-400.woff2') format('woff2');
}

/* ==========================================================================
   MANROPE - OdioQue Body (Variable: 400-800)
   ========================================================================== */

@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url('manrope-400.woff2') format('woff2');
}

/* ==========================================================================
   INTER - ListoLoDije/SabiasQue (Variable: 400-800)
   ========================================================================== */

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url('inter-400.woff2') format('woff2');
}
