/* === tema6.css — PIST — Spor & Activewear — Light theme — 2026-05-18 === */
:root {
  --color-bg: #FFFFFF;
  --color-bg-elevated: #F7F7F5;
  --color-fg: #0A0A0A;
  --color-fg-muted: #5C5C5C;
  --color-brand: #FF5400;
  --color-accent: #00C2A8;
  --color-border: #EFEFEF;
  --color-border-strong: color-mix(in srgb, #0A0A0A 16%, transparent);
  --font-display: "Anton", Georgia, serif;
  --font-body: "Inter", system-ui, sans-serif;
}
