/* FLOS — Typography tokens
   Display: Heebo (heavy, tight tracking) · Body: Assistant (clean, airy)
   Both carry full Hebrew + Latin glyph sets for an RTL-first brand. */

:root {
  --font-display: "Heebo", system-ui, "Helvetica Neue", Arial, sans-serif;
  --font-body: "Assistant", system-ui, "Helvetica Neue", Arial, sans-serif;

  /* ---- Type scale (desktop) ---- */
  --fs-hero: 60px;        /* Hero headline */
  --fs-h1: 40px;          /* Section heading */
  --fs-h2: 30px;          /* Sub-section */
  --fs-h3: 22px;          /* Card title / subheading */
  --fs-lead: 19px;        /* Lead paragraph */
  --fs-body: 16px;        /* Body */
  --fs-sm: 14px;          /* Small / secondary */
  --fs-eyebrow: 12px;     /* Eyebrow label */
  --fs-caption: 13px;     /* Caption / stat label */
  --fs-stat: 56px;        /* Big stat number */

  /* ---- Weights ---- */
  --fw-regular: 400;      /* @kind font */
  --fw-medium: 500;       /* @kind font */
  --fw-semibold: 600;     /* @kind font */
  --fw-bold: 700;         /* @kind font */
  --fw-black: 800;        /* @kind font */

  /* ---- Line heights ---- */
  --lh-tight: 1.08;       /* @kind font */ /* Hero / display */
  --lh-snug: 1.25;        /* @kind font */ /* Headings */
  --lh-body: 1.6;         /* @kind font */ /* Body copy */

  /* ---- Tracking ---- */
  --ls-display: -0.02em;  /* tight on big display @kind font */
  --ls-tight: -0.01em;    /* @kind font */
  --ls-eyebrow: 0.14em;   /* wide on eyebrow labels @kind font */
}
