/* ms-admin-console/static/css/aroundu-tokens.css */
/* Erstellt: 2026-08-15 CET */
/* Design-Tokens des AroundU-Theme (CLAUDE.md Sektion 6). Lokal statt CDN,
   damit spaeter ein echtes Bootstrap-5.3.x-Vendoring (static/vendor/)
   diese Variablen einfach uebernehmen kann, ohne Werte zu duplizieren. */
:root {
  --aroundu-green: #198754;
  --aroundu-green-dark: #146c43;
  --aroundu-green-light: #d1e7dd;
  --aroundu-danger: #dc3545;
  --aroundu-text: #212529;
  --aroundu-muted: #6c757d;
  --aroundu-border: #dee2e6;
  --aroundu-bg: #f8f9fa;
  --aroundu-surface: #ffffff;
  --aroundu-radius: 0.5rem;
  --aroundu-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
