/* === tema4.css — VOLT — Premium Elektronik — Light theme — 2026-05-18 === */
:root {
  --color-bg: #F4F4F1;
  --color-bg-elevated: #FFFFFF;
  --color-fg: #0E0E10;
  --color-fg-muted: #6E6E78;
  --color-brand: #FF4C00;
  --color-accent: #0F766E;
  --color-border: #E5E5E0;
  --color-border-strong: color-mix(in srgb, #0E0E10 16%, transparent);
  --font-display: "Space Grotesk", Georgia, serif;
  --font-body: "IBM Plex Sans", system-ui, sans-serif;
}
