/* ─────────────────────────────────────────────────────────────
   Natur Agro Hungária — Typography tokens
   Body: Inter · Display/headings: Poppins
   ───────────────────────────────────────────────────────────── */
:root {
  --font-body:    'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-display: 'Poppins', 'Inter', system-ui, sans-serif;

  /* Base sizes */
  --text-base:   17px;   /* body (16px on mobile) */
  --line-body:   1.7;   /* @kind other */
  --line-tight:  1.12;  /* @kind other */

  /* Fluid display scale (matches live globals.css) */
  --h1-size: clamp(2.2rem, 5.5vw, 4.25rem);
  --h2-size: clamp(1.8rem, 3.5vw, 2.8rem);
  --h3-size: clamp(1.2rem, 2vw, 1.6rem);

  --h1-weight: 800;
  --h2-weight: 700;
  --h3-weight: 600;

  --display-tracking: -0.02em;
  --display-tracking-tight: -0.03em;

  /* Eyebrow / label */
  --eyebrow-size: 11px;
  --eyebrow-weight: 700;
  --eyebrow-tracking: 0.12em;
}
