/* Type scale and tracking. Dense operational UI: tight tracking inside cards and tables. */
:root {
  --font-sans: "Pretendard GOV", Pretendard, system-ui, sans-serif;
  --weight-light: 300;
  --weight-regular: 400;
  --weight-semibold: 600;
  --weight-bold: 700;

  --text-caption: 14px;
  --text-small: 15px;
  --text-body: 16px;
  --text-body-lg: 18px;
  --text-title: 20px;
  --text-tab: 21px;
  --text-kpi-sm: 22px;
  --text-popup-name: 28px;
  --text-popup-value: 30px;
  --text-kpi: 34px;

  --track-tight: -0.3px;
  --track-numeric: -1.2px;
  --track-normal: 0.16px;
  --track-wide: 0.32px;

  --line-tight: 1;
  --line-snug: 1.35;
  --line-body: 1.5;
}
