/* Lokale FontAwesome Einbindung */
@import url('./fontawesome.css');

/* Moderne System-Schriften (Zero-Load-Time, komplett offline) */
:root {
    --font-ui: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    --font-header: 'Outfit', system-ui, sans-serif;
    --font-reading: 'Playfair Display', Georgia, serif;
}
