/* CSL-IMT — Typography tokens
   One typeface: Poppins (Google Font, free). Office/E-mail fallback: Verdana. */
:root {
  --csl-font: 'Poppins', 'Verdana', 'Segoe UI', sans-serif;
  --csl-font-fallback: 'Verdana', sans-serif;

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

  /* Type scale (digital, px) */
  --csl-fs-display: 76px; /* Hero headline */
  --csl-fs-h1: 44px;      /* Page headline */
  --csl-fs-h2: 32px;      /* Section title */
  --csl-fs-h3: 26px;      /* Subtitle */
  --csl-fs-lg: 18px;      /* Lead body */
  --csl-fs-body: 15px;    /* Body */
  --csl-fs-sm: 14px;      /* Small body / pills */
  --csl-fs-xs: 13px;      /* Captions */
  --csl-fs-label: 13px;   /* Section labels (uppercase) */

  /* Line-heights */
  --csl-lh-tight: 1.15; /* @kind font */
  --csl-lh-snug: 1.3; /* @kind font */
  --csl-lh-body: 1.6; /* @kind font */
  --csl-lh-relaxed: 1.7; /* @kind font */

  /* Letter-spacing */
  --csl-ls-label: 0.1em;  /* Uppercase section labels */
  --csl-ls-eyebrow: 0.12em;
}
