:root{
  --font-display:"Scholar",Georgia,"Times New Roman",serif;
  --font-text:"Montserrat","Helvetica Neue",Arial,sans-serif;
  --font-mono:ui-monospace,"SFMono-Regular",Menlo,monospace;

  /* Weights — Montserrat is variable, 100-900 */
  --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 */

  /* Display scale — Scholar only */
  --text-display-1:clamp(48px,6vw,88px);
  --text-display-2:clamp(38px,4.4vw,64px);
  --text-display-3:clamp(30px,3.2vw,44px);
  --text-title:32px;
  --text-subtitle:24px;

  /* Text scale — Montserrat */
  --text-lead:20px;
  --text-body:16px;
  --text-body-sm:14px;
  --text-caption:12px;
  --text-micro:11px;

  --lh-tight:1.05; /* @kind font */
  --lh-heading:1.16; /* @kind font */
  --lh-snug:1.35; /* @kind font */
  --lh-body:1.6; /* @kind font */
  --lh-loose:1.75; /* @kind font */

  --ls-display:-0.015em; /* @kind font */
  --ls-heading:-0.005em; /* @kind font */
  --ls-body:0em; /* @kind font */
  --ls-label:0.06em; /* @kind font */
  --ls-eyebrow:0.18em; /* @kind font */
}
