/* Scopri v2 type scale — Inter, six sizes, five roles.
   30 · 24 · 18 · 16 · 14 · 12. 10px and 20px were removed in the audit. */
:root {
  --font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;

  /* size / line-height pairs */
  --type-display-size: 30px;    --type-display-line: 38px;   /* page-level display headings */
  --type-heading-size: 24px;    --type-heading-line: 32px;   /* major section headings */
  --type-title-size: 18px;      --type-title-line: 28px;     /* card titles, prominent labels */
  --type-body-lg-size: 16px;    --type-body-lg-line: 24px;   /* inputs, comfortable body copy */
  --type-body-size: 14px;       --type-body-line: 20px;      /* default UI text */
  --type-caption-size: 12px;    --type-caption-line: 16px;   /* metadata, helper text, badges */

  /* weights */
  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semibold: 600;
  --weight-bold: 700;
}
