/* TAHAN — Typography tokens */
:root {
  --font-display: "Poppins", "Segoe UI", system-ui, sans-serif;
  --font-bengali: "Noto Sans Bengali", "Poppins", sans-serif;
  --font-ui: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;

  /* Type scale (desktop) — bigger, bolder, more editorial */
  --fs-display: 5.5rem;   /* 88px hero */
  --fs-h1: 3.25rem;       /* 52px */
  --fs-h2: 2.5rem;        /* 40px */
  --fs-h3: 1.75rem;       /* 28px */
  --fs-h4: 1.25rem;       /* 20px */
  --fs-lead: 1.3rem;      /* intro paragraphs */
  --fs-body: 1rem;        /* 16px */
  --fs-sm: 0.875rem;      /* 14px */
  --fs-xs: 0.75rem;       /* 12px labels */

  --lh-tight: 1.05;   /* @kind other */
  --lh-heading: 1.15; /* @kind other */
  --lh-body: 1.65;    /* @kind other */

  --ls-tight: -0.02em;  /* @kind other */
  --ls-normal: 0;       /* @kind other */
  --ls-wide: 0.02em;    /* @kind other */
  --ls-eyebrow: 0.16em; /* @kind other */

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