/**
 * Report viewer type scale — mirrors app + docs (`docs/css/site-type.css`).
 * micro 13/18 · body 15/22 · heading 20/28 · hero 30/38
 */

:root {
  --type-micro: 13px;
  --type-micro-lh: 18px;
  --type-body: 15px;
  --type-body-lh: 22px;
  --type-heading: 20px;
  --type-heading-lh: 28px;
  --type-hero: 30px;
  --type-hero-lh: 38px;
  --weight-regular: 400;
  --weight-emphasis: 700;
  --type-heading-features: 'ss01' 1;
}
