/* === tema13.css — BAHÇE — Bitki · Bahçe — Light theme — 2026-05-18 === */
:root {
  --color-bg: #F7F4ED;
  --color-bg-elevated: #FFFFFF;
  --color-fg: #1F2D24;
  --color-fg-muted: #5F6F62;
  --color-brand: #2F4F37;
  --color-accent: #B0593F;
  --color-border: #E2DCC7;
  --color-border-strong: color-mix(in srgb, #1F2D24 16%, transparent);
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Inter", system-ui, sans-serif;
}
