/* Tema değişkenleri — görsel editörün renk/font paneli BU dosyayı yazar.
 * Yapısal kurallar stil.css'te; burada yalnızca token değerleri var. */

:root {
  /* Renk */
  --color-paper: #fdf2f8;
  --color-paper-2: #ffffff;
  --color-ink: #4a0f2a;
  --color-ink-soft: #7c3f5c;
  --color-brand: #ec4899;
  --color-accent: #8b5cf6;
  --color-on-accent: #ffffff;
  --color-border: #f6cfe2;
  --color-focus: #8b5cf6;

  /* Tipografi */
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: Inter, -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.25rem;
  --text-xl: 1.5rem;
  --text-2xl: clamp(1.75rem, 1.2rem + 2.4vw, 2.6rem);
  --text-display: clamp(2.6rem, 1.4rem + 6.2vw, 5.6rem);

  /* Boşluk — 4pt ölçek */
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1.25rem;
  --space-lg: 2rem;
  --space-xl: 3.5rem;
  --space-2xl: 6rem;

  /* Biçim */
  --radius-sm: 6px;
  --radius-md: 999px;
  --radius-lg: 20px;
  --cizgi-kalinlik: 1px;
  --genislik-kap: 1120px;
  --yapiskan-ofset: 6rem;

  /* Hareket */
  --sure-hizli: 160ms;
  --sure-orta: 320ms;
  --yumusama-cikis: cubic-bezier(0.22, 1, 0.36, 1);
  --yumusama-giris: cubic-bezier(0.5, 0, 0.75, 0);
}
