/* === tema19.css — KÜP — Oyuncak & Eğitim — Light theme — 2026-05-18 === */
:root {
  --color-bg: #FFFAEC;
  --color-bg-elevated: #FFFFFF;
  --color-fg: #14213D;
  --color-fg-muted: #5C6580;
  --color-brand: #E63946;
  --color-accent: #F4D35E;
  --color-border: #EFE7CC;
  --color-border-strong: color-mix(in srgb, #14213D 16%, transparent);
  --font-display: "Archivo Black", Georgia, serif;
  --font-body: "Plus Jakarta Sans", system-ui, sans-serif;
}
