/* === tema14.css — DEM — Specialty Kahve & Çay — Light theme — 2026-05-18 === */
:root {
  --color-bg: #F6EFE3;
  --color-bg-elevated: #FFFFFF;
  --color-fg: #2C1A11;
  --color-fg-muted: #7A604B;
  --color-brand: #B57239;
  --color-accent: #E8D9BE;
  --color-border: #EADFCA;
  --color-border-strong: color-mix(in srgb, #2C1A11 16%, transparent);
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Inter", system-ui, sans-serif;
}
