/* === tema2.css — GLOW — Kozmetik & Cilt Bakımı — Light theme — 2026-05-18 === */
:root {
  --color-bg: #F8F6F2;
  --color-bg-elevated: #FFFFFF;
  --color-fg: #1B1F1B;
  --color-fg-muted: #5E6759;
  --color-brand: #2E3B2E;
  --color-accent: #D9B4A6;
  --color-border: #E2E0DA;
  --color-border-strong: color-mix(in srgb, #1B1F1B 16%, transparent);
  --font-display: "EB Garamond", Georgia, serif;
  --font-body: "Inter", system-ui, sans-serif;
}
