/* Tizze light theme overrides. Loaded after tokens.css. */
:root[data-theme="light"] {
  --bg-primary: #F6F4EF;
  --bg-card: #FFFFFF;
  --bg-elevated: #ECE9E2;
  --accent: #6F747C;
  --accent-hover: #3D4148;
  --text-primary: #111111;
  --text-secondary: #4F5358;
  --text-muted: #80858C;
  --border: rgba(0,0,0,0.10);
  --border-strong: rgba(0,0,0,0.18);
  --success: #168A4A;
  --danger: #C83F3F;
  --warning: #A36B18;
  --shadow-sm: 0 1px 2px rgba(0,0,0,0.08);
  --shadow-md: 0 4px 12px rgba(0,0,0,0.12);
  --shadow-lg: 0 12px 32px rgba(0,0,0,0.16);
  --shadow-glow: 0 0 24px rgba(61,65,72,0.08);
}

:root[data-theme="light"] body {
  background: var(--bg-primary);
  color: var(--text-primary);
}

:root[data-theme="light"] img[src*="tizze-lockup"] {
  filter: invert(1) brightness(0.15);
}
