/* === tema17.css — BAĞ — Şarap & Yerel Spirits — Light theme — 2026-05-18 === */
:root {
  --color-bg: #F8F3EC;
  --color-bg-elevated: #FFFFFF;
  --color-fg: #2A1729;
  --color-fg-muted: #7A6273;
  --color-brand: #84273C;
  --color-accent: #C3A572;
  --color-border: #EAE1D5;
  --color-border-strong: color-mix(in srgb, #2A1729 16%, transparent);
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Inter", system-ui, sans-serif;
}
