/**
 * Flavor Starter - Lokale Schriften
 * 
 * Inter Variable Font - lokal eingebunden (DSGVO-konform)
 * 
 * @package Flavor_Starter
 */

/* ==========================================================================
   INTER - Variable Font
   Unterstützt Gewichte von 100 bis 900
   ========================================================================== */

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Variable.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* ==========================================================================
   CSS VARIABLEN - Standard Schriften
   ========================================================================== */

:root {
    --fl-font-primary: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    --fl-font-secondary: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
}
