/* Datnova — Typography. Sora headings / Inter UI / Manrope long-form. */
:root{
  --font-heading:"Sora","Segoe UI",sans-serif;
  --font-body:"Inter","Segoe UI",sans-serif;
  --font-longform:"Manrope","Segoe UI",sans-serif;
  --font-mono:ui-monospace,monospace;

  /* Display / headings — line-height 1.2 */
  --text-h1-size:56px;   --text-h1-weight:800; --text-h1-lh:1.08; --text-h1-ls:-0.02em;
  --text-h2-size:36px;   --text-h2-weight:700; --text-h2-lh:1.15; --text-h2-ls:-0.015em;
  --text-h3-size:26px;   --text-h3-weight:600; --text-h3-lh:1.2;  --text-h3-ls:-0.01em;
  --text-h4-size:20px;   --text-h4-weight:600; --text-h4-lh:1.25; --text-h4-ls:-0.005em;

  /* Body — line-height 1.5 */
  --text-lead-size:19px; --text-lead-weight:400; --text-lead-lh:1.55;
  --text-body-size:16px; --text-body-weight:400; --text-body-lh:1.5;
  --text-emph-size:17px; --text-emph-weight:500; --text-emph-lh:1.5;
  --text-small-size:14px;--text-small-lh:1.5;
  --text-caption-size:13px; --text-caption-lh:1.45;

  /* Long-form / blog */
  --text-longform-size:18px; --text-longform-lh:1.65;

  /* Uppercase eyebrow labels — always +8% tracking */
  --text-label-size:12px; --text-label-weight:600; --text-label-ls:0.08em;

  /* KPI numerals — Inter Bold, tabular */
  --text-kpi-size:48px;  --text-kpi-weight:700; --text-kpi-lh:1;   --text-kpi-ls:-0.02em;
  --text-kpi-sm-size:32px;
  --font-tabular:"tnum" 1,"lnum" 1;
}
