
/* SeDiLo Local Fonts - DSGVO compliant (no external requests) */
/* Using system font stack - no Google Fonts loaded from external servers */
:root {
    --sedilo-font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    --sedilo-font-display: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
