/* ============================================
   DEFAULT THEME – entspricht aktuellen Webstandards
   (Keine große Veränderung deiner App)
   ============================================ */

:root {
    --font-family-base: system-ui, sans-serif;

    --color-bg: #ffffff;
    --color-text: #222222;

    --color-primary: #0d6efd;
    --color-secondary: #d3d7db;
    --color-danger: #dc3545;

    --radius-default: 4px;
}

