/* Hafenmeister Design Tokens · v0.12.0
   Diese Datei ist die einzige Quelle für globale Designwerte.
   Fachmodule sollen Tokens verwenden statt neue Farb-/Spacingwerte einzuführen. */
:root{
  --hm-font-sans:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;

  --hm-color-nav-700:#073a68;
  --hm-color-nav-800:#062f55;
  --hm-color-primary-600:#0b69d0;
  --hm-color-primary-500:#0d7be8;
  --hm-color-primary-100:#e6f2ff;
  --hm-color-surface:#ffffff;
  --hm-color-background:#f5f7fb;
  --hm-color-text:#152238;
  --hm-color-muted:#6d7b8e;
  --hm-color-line:#dfe6ef;
  --hm-color-success:#159447;
  --hm-color-warning:#f59b19;
  --hm-color-danger:#d93b3b;
  --hm-color-purple:#7b4cc2;
  --hm-color-teal:#1999a8;

  --hm-space-1:4px;
  --hm-space-2:8px;
  --hm-space-3:12px;
  --hm-space-4:16px;
  --hm-space-5:20px;
  --hm-space-6:24px;
  --hm-space-8:32px;
  --hm-space-10:40px;

  --hm-radius-sm:8px;
  --hm-radius-md:10px;
  --hm-radius-lg:14px;
  --hm-radius-xl:18px;
  --hm-radius-pill:999px;

  --hm-shadow-sm:0 2px 8px rgba(19,39,72,.07);
  --hm-shadow-card:0 3px 16px rgba(19,39,72,.08);
  --hm-shadow-float:0 14px 36px rgba(16,31,54,.16);

  --hm-text-xs:10px;
  --hm-text-sm:12px;
  --hm-text-md:14px;
  --hm-text-lg:18px;
  --hm-text-xl:23px;
  --hm-text-2xl:30px;

  --hm-sidebar-width:244px;
  --hm-topbar-height:68px;
  --hm-content-max:1680px;
}
