/* CorpScale typography tokens.
   Noto Serif headlines · Inter body · JetBrains Mono code. */

:root {
  --font-serif: "Noto Serif", "Times New Roman", Georgia, serif;
  --font-sans:  "Inter", -apple-system, "Segoe UI", system-ui, sans-serif;
  --font-mono:  "JetBrains Mono", "SFMono-Regular", Menlo, Consolas, monospace;

  /* Type scale — size / line-height / weight, per spec */
  --type-display-size:    30px;  --type-display-lh:    40px;  --type-display-weight:  700;
  --type-headline-size:   24px;  --type-headline-lh:   32px;  --type-headline-weight: 700;
  --type-subhead-size:    18px;  --type-subhead-lh:    26px;  --type-subhead-weight:  600;
  --type-body-lg-size:    16px;  --type-body-lg-lh:    26px;  --type-body-lg-weight:  400;
  --type-body-size:       14px;  --type-body-lh:       22px;  --type-body-weight:     400;
  --type-body-sm-size:    13px;  --type-body-sm-lh:    20px;  --type-body-sm-weight:  400;
  --type-caption-size:    12px;  --type-caption-lh:    18px;  --type-caption-weight:  500;
  --type-overline-size:   11px;  --type-overline-lh:   16px;  --type-overline-weight: 600;
  --type-code-size:       13px;  --type-code-lh:       20px;  --type-code-weight:     400;

  --tracking-overline: 0.06em;
  --tracking-tight: -0.01em;
}
