/* Femino — Typography
   Dwie rodziny, zero wyjątków:
   Fraunces  → nagłówki, display, cytaty (serif, wąskie tracking)
   Hanken    → body, UI, etykiety (grotesk humanistyczny) */
:root {
  /* ---- Families ---- */
  --font-display: 'Fraunces', Georgia, 'Times New Roman', serif;
  --font-body:    'Hanken Grotesk', system-ui, -apple-system, Segoe UI, sans-serif;

  /* ---- Display scale (Fraunces, weight 400, tight tracking) ---- */
  --fs-hero:    62px;  /* @kind font */    --lh-hero:    1.0;   /* @kind other */  --tr-hero:   -0.022em;  /* @kind other */
  --fs-display: 52px;  /* @kind font */    --lh-display: 1.04;  /* @kind other */  --tr-display: -0.02em;  /* @kind other */
  --fs-h2:      34px;  /* @kind font */    --lh-h2:      1.08;  /* @kind other */  --tr-h2:     -0.01em;   /* @kind other */
  --fs-h3:      24px;  /* @kind font */    --lh-h3:      1.12;  /* @kind other */  --tr-h3:      0;         /* @kind other */
  --fs-quote:   34px;  /* @kind font */    --lh-quote:   1.12;  /* @kind other */
  --fs-title:   21px;  /* @kind font */    --lh-title:   1.15;  /* @kind other */

  /* ---- Body scale (Hanken) ---- */
  --fs-lead:   19px;   /* @kind font */    --lh-lead:   1.72;   /* @kind other */
  --fs-body:   16px;   /* @kind font */    --lh-body:   1.6;    /* @kind other */
  --fs-ui:     15px;   /* @kind font */    --lh-ui:     1.4;    /* @kind other */
  --fs-sm:     13px;   /* @kind font */    --lh-sm:     1.5;    /* @kind other */
  --fs-xs:     12px;   /* @kind font */    --lh-xs:     1.4;    /* @kind other */
  --fs-2xs:    11px;   /* @kind font */

  /* ---- Weights ---- */
  --fw-light:   300;   /* @kind font */
  --fw-regular: 400;   /* @kind font */
  --fw-medium:  500;   /* @kind font */
  --fw-semi:    600;   /* @kind font */
  --fw-bold:    700;   /* @kind font */

  /* ---- Letter-spacing helpers ---- */
  --tr-eyebrow: 0.42em;  /* @kind other */  /* eyebrow rozstrzelony */
  --tr-nav:     0.14em;  /* @kind other */  /* linki menu / login pill (uppercase) */
  --tr-label:   0.2em;   /* @kind other */  /* mała etykieta akcentowa */
}
