/* Zanaat · tema değişkenleri
 * Paper band: dark (warm) · Display: roman serif (Fraunces) · Accent hue: gold
 * Diğerlerinden ayrıldığı eksen: tek koyu varsayılan, tek serif editoryal ses.
 * Not: krem kâğıt + yüksek kontrast serif + terracotta üçlüsü bilerek
 * kullanılmadı — o kombinasyon artık her yerde duran hazır görünüm. */
:root {
  --color-paper: #ffffff;
  --color-paper-2: #f4f3f1;
  --color-ink: #171512;
  --color-ink-soft: #5d574e;
  --color-brand: #171512;
  --color-accent: #8a6d1f;
  --color-on-accent: #ffffff;
  --color-border: #ddd9d2;
  --color-focus: #8a6d1f;

  --font-display: Fraunces, Georgia, 'Times New Roman', serif;
  --font-body: 'Work Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --weight-display: 600;

  --text-base: 1.0625rem;
  --text-sm: 0.9375rem;
  --text-xs: 0.8125rem;
  --text-lg: 1.1875rem;
  --text-xl: 1.5rem;
  --text-2xl: clamp(1.6rem, 1.1rem + 2vw, 2.35rem);
  --text-display: clamp(2.3rem, 1.3rem + 4.6vw, 4.4rem);

  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1.25rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-2xl: 5rem;

  --radius-sm: 0px;
  --radius-md: 0px;
  --radius-lg: 0px;
  --cizgi-kalinlik: 1px;
  --genislik-kap: 1120px;
}
