/* ChillBills Design System — Typography Tokens
   Source: src/components/atoms/Typography/Typography.tsx + tokens.ts.
   Variants map 1:1 to the app's Typography component variants. */
:root {
  --text-h1-size: 28px;
  --text-h1-weight: 700;
  --text-h1-line: 32px;
  --text-h1-tracking: -0.5px;

  --text-h2-size: 22px;
  --text-h2-weight: 700;
  --text-h2-line: 28px;

  --text-h3-size: 18px;
  --text-h3-weight: 600;
  --text-h3-line: 24px;

  --text-body-size: 16px;
  --text-body-weight: 500;
  --text-body-line: 24px;

  --text-caption-size: 14px;
  --text-caption-weight: 400;
  --text-caption-line: 20px;

  --text-small-size: 10px;
  --text-small-weight: 400;
  --text-small-line: 14px;
}
