/**
 * @file palette-lisa.css
 * Farbpalette „Lisa" — Mix aus Petrol (Teal-Footer, Petrol-Primary, Koralle,
 * Hellgrau-Hintergrund) mit GELBER Box (statt Mauve).
 * Inert, solange <html data-palette="lisa"> nicht gesetzt ist.
 */
html[data-palette="lisa"] {
  --background: #F3F6F6;
  --foreground: #14242A;
  --card: #FFFFFF;
  --card-foreground: #14242A;
  --popover: #FFFFFF;
  --popover-foreground: #14242A;
  --primary: #0E3A43;
  --primary-foreground: #FFFFFF;
  --secondary: #E2613E;
  --secondary-foreground: #FFFFFF;
  --muted: #E4EBEB;
  --muted-foreground: #56686E;
  --accent: #EBB54A;
  --accent-foreground: #14242A;
  --destructive: #B3261E;
  --destructive-foreground: #FFFFFF;
  --border: #CDD9DA;
  --input: #DCE6E6;
  --ring: #E2613E;
  --footer: #1E6876;
  --box: #F0CB47;
  --box-foreground: #2E2A14;
  --mint: #B3E0CC;
  --golden-deep: #E2BF43;
  --badge-public-bg: #E9F4EE;
}
