/* Type. Fraunces for anything that speaks, DM Sans for anything that instructs.
   Sizes are the app's exact values — 13.5, 15.5, 11.5 are intentional, not rounding errors. */
:root{
  --font-display:'Fraunces',Georgia,'Times New Roman',serif;
  --font-body:'DM Sans','Spline Sans',ui-sans-serif,system-ui,sans-serif;
  --font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;

  --weight-display-semi:600;
  --weight-display-bold:700;
  --weight-body:500;
  --weight-body-semi:600;
  --weight-body-bold:700;
  --weight-body-extra:800;

  /* onboarding scale — three tiers only */
  --type-hero-size:50px;      --type-hero-lh:60px;
  --type-title-size:34px;     --type-title-lh:41px;
  --type-title-compact-size:30px; --type-title-compact-lh:37px;
  --type-subtitle-size:20px;  --type-subtitle-lh:27px;

  /* in-app scale */
  --type-screen-title-size:40px; --type-screen-title-lh:48px;
  --type-display-size:34px;   --type-display-lh:41px;
  --type-section-title-size:20px;
  --type-card-title-size:22px; --type-card-title-lh:28px;
  --type-sub-size:17px;       --type-sub-lh:24px;
  --type-body-size:16px;      --type-body-lh:22px;
  --type-muted-size:13.5px;   --type-muted-lh:19px;
  --type-label-size:11.5px;   --type-label-tracking:1.4px;
  --type-clock-size:84px;     --type-clock-lh:96px;
  --type-count-size:58px;     --type-count-lh:64px;
}
