/* ============================================================
   PERKSLOCAL · TYPOGRAPHY TOKENS
   Inter (primary) + Poppins (accent). 3–4 weights max.
   ============================================================ */

:root {
  /* ── Families ── */
  --font-display: 'Poppins', system-ui, sans-serif;   /* marketing / accent headings */
  --font-heading: 'Inter', system-ui, sans-serif;     /* card & section headings     */
  --font-body:    'Inter', system-ui, sans-serif;     /* body / bread text           */
  --font-ui:      'Inter', system-ui, sans-serif;     /* nav, menus, labels          */

  /* ── Weights (keep limited) ── */
  --weight-light:    300;
  --weight-regular:  400;
  --weight-medium:   500;
  --weight-semibold: 600;
  --weight-bold:     700;

  /* ── Type scale ── */
  --text-xs:   0.75rem;    /* 12 */
  --text-sm:   0.875rem;   /* 14 */
  --text-base: 1rem;       /* 16 */
  --text-md:   1.125rem;   /* 18 */
  --text-lg:   1.25rem;    /* 20 */
  --text-xl:   1.5rem;     /* 24 */
  --text-2xl:  1.875rem;   /* 30 */
  --text-3xl:  2.25rem;    /* 36 */
  --text-4xl:  3rem;       /* 48 */
  --text-5xl:  3.75rem;    /* 60 */
  --text-6xl:  4.5rem;     /* 72 */
  --text-7xl:  5.5rem;     /* 88 */

  /* ── Line height ── */
  --leading-tight:   1.15;
  --leading-snug:    1.3;
  --leading-normal:  1.5;
  --leading-relaxed: 1.65;

  /* ── Letter spacing ── */
  --tracking-tight:   -0.02em;
  --tracking-snug:    -0.01em;
  --tracking-wide:    0.05em;
  --tracking-wider:   0.1em;
  --tracking-widest:  0.2em;
  --tracking-tagline: 0.3em;   /* "LOCAL PERKS. REAL VALUE." +150 */
}
