/* Lucama – Branding nach CI (Logo-Blau / hellblauer Sprössling + Lärchen-Gold-Akzent) */
:root{
  --beige:#f5f8fa;        /* Seiten-Hintergrund: weiches Kühlweiß */
  --beige-2:#eef4f7;      /* etwas tiefer für Abwechslung */
  --card:#ffffff;         /* weiße Karten */
  --card-2:#f7fafb;       /* fast weiß */
  --ink:#1a1a1a;          /* Haupttext */
  --ink-soft:#4c565c;
  --ink-faint:#8a949a;
  --blue:#4e8aa8;         /* Primär (Logo-Blau, lesbar getönt) */
  --blue-deep:#356f8c;    /* Hover/dunkler */
  --cyan:#8ab2c9;         /* Signatur-Hellblau des Logos (weiche Akzente) */
  --bordeaux:#a9814b;     /* Lärchen-Gold als warmer Akzent (statt Rot) */
  --line:#e2eaef;
  --line-soft:#eef4f7;
  --ok:#2f9c57;
  --radius:16px; --radius-sm:11px; --maxw:1140px;
  --font:'Mulish',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
}
