/* ============================================================
   APPOSITE — TYPE SCALE
   Source: Typography + Sample Text specimens.
     Title        → Mont Bold, kerning/letter-spacing 80 (~0.08em)
     Callouts/Sub → Montserrat SemiBold, kerning 120 (~0.12em), title case
     Body copy    → Montserrat Regular
     Highlights   → Montserrat ExtraBold
   ============================================================ */

:root {
  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semibold: 600;
  --weight-extrabold: 800;

  --tracking-title: 0.08em;
  --tracking-subheading: 0.12em;
  --tracking-label: 0.14em;

  /* Type scale (px) */
  --text-display: 64px;
  --text-h1: 48px;
  --text-h2: 36px;
  --text-h3: 28px;
  --text-subheading: 18px;
  --text-body-lg: 18px;
  --text-body: 16px;
  --text-small: 14px;
  --text-caption: 12px;

  --leading-tight: 1.1;
  --leading-heading: 1.2;
  --leading-body: 1.6;
}
