/* === tema7.css — AURUM — Mücevher · İnce Saat — Light theme — 2026-05-18 === */
:root {
  --color-bg: #F4EFE6;
  --color-bg-elevated: #FFFFFF;
  --color-fg: #2A2520;
  --color-fg-muted: #7A7268;
  --color-brand: #A8804A;
  --color-accent: #7B6850;
  --color-border: #E4DDCE;
  --color-border-strong: color-mix(in srgb, #2A2520 16%, transparent);
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Inter", system-ui, sans-serif;
}
