/* === tema18.css — DENGE — Vitamin & Takviye — Light theme — 2026-05-18 === */
:root {
  --color-bg: #FCFAF5;
  --color-bg-elevated: #FFFFFF;
  --color-fg: #2E4057;
  --color-fg-muted: #6E7B8A;
  --color-brand: #F2A88D;
  --color-accent: #A8C3A0;
  --color-border: #EBE5DD;
  --color-border-strong: color-mix(in srgb, #2E4057 16%, transparent);
  --font-display: "Inter", Georgia, serif;
  --font-body: "Inter", system-ui, sans-serif;
}
