/* === tema11.css — SAYFA — Kitap · Edebiyat — Light theme — 2026-05-18 === */
:root {
  --color-bg: #F7F0E1;
  --color-bg-elevated: #FBF8F0;
  --color-fg: #1F2A3D;
  --color-fg-muted: #6B6960;
  --color-brand: #C73E1D;
  --color-accent: #1F2A3D;
  --color-border: #E8DFC8;
  --color-border-strong: color-mix(in srgb, #1F2A3D 16%, transparent);
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Source Serif Pro", system-ui, sans-serif;
}
