/* === tema12.css — MOTOR — Otomotiv Aftermarket — Light theme — 2026-05-18 === */
:root {
  --color-bg: #F3F4F6;
  --color-bg-elevated: #FFFFFF;
  --color-fg: #111827;
  --color-fg-muted: #6B7280;
  --color-brand: #0F4C81;
  --color-accent: #FF7A1A;
  --color-border: #E5E7EB;
  --color-border-strong: color-mix(in srgb, #111827 16%, transparent);
  --font-display: "IBM Plex Sans", Georgia, serif;
  --font-body: "IBM Plex Sans", system-ui, sans-serif;
}
