/* === tema15.css — NOT — Premium Kırtasiye — Light theme — 2026-05-18 === */
:root {
  --color-bg: #FFFFFF;
  --color-bg-elevated: #FAFAFA;
  --color-fg: #1A1A1A;
  --color-fg-muted: #767676;
  --color-brand: #1A1A1A;
  --color-accent: #F2C61E;
  --color-border: #EBEBEB;
  --color-border-strong: color-mix(in srgb, #1A1A1A 16%, transparent);
  --font-display: "Inter", Georgia, serif;
  --font-body: "Inter", system-ui, sans-serif;
}
