/* ============================================================
   Yellow Pages Malta — Typography tokens (Poppins)
   ============================================================ */
:root {
  --font-sans: 'Poppins', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-display: 'Poppins', system-ui, sans-serif;

  /* weights */
  --fw-light: 300;      /* @kind font */
  --fw-regular: 400;    /* @kind font */
  --fw-medium: 500;     /* @kind font */
  --fw-semibold: 600;   /* @kind font */
  --fw-bold: 700;       /* @kind font */
  --fw-extrabold: 800;  /* @kind font */

  /* Type scale (px) */
  --fs-display:   56px;
  --fs-h1:        40px;
  --fs-h2:        32px;
  --fs-h3:        24px;
  --fs-h4:        20px;
  --fs-lg:        18px;
  --fs-body:      16px;
  --fs-sm:        14px;
  --fs-xs:        12px;
  --fs-2xs:       11px;

  --lh-tight:   1.1;    /* @kind font */
  --lh-heading: 1.2;    /* @kind font */
  --lh-snug:    1.35;   /* @kind font */
  --lh-body:    1.6;    /* @kind font */

  --ls-tight:  -0.02em; /* @kind font */
  --ls-normal: 0;       /* @kind font */
  --ls-wide:   0.04em;  /* @kind font */
  --ls-caps:   0.08em;  /* @kind font */
}
