:root{
  --font-sans:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --font-features:"calt","rlig","salt","ss01","ss02";

  /* Weights */
  --fw-regular:400; /* @kind other */
  --fw-medium:500; /* @kind other */
  --fw-semibold:600; /* @kind other */
  --fw-bold:700; /* @kind other */

  /* Type roles: size / line-height / letter-spacing */
  --type-hero-size:72px;   --type-hero-lh:1.1;  --type-hero-ls:-2px;      --type-hero-weight:700;
  --type-h1-size:48px;     --type-h1-lh:1.15;   --type-h1-ls:-1.2px;     --type-h1-weight:700;
  --type-h2-size:32px;     --type-h2-lh:1.2;    --type-h2-ls:-0.6px;     --type-h2-weight:600;
  --type-card-title-size:22px; --type-card-title-lh:1.3; --type-card-title-ls:-0.3px; --type-card-title-weight:600;
  --type-subhead-size:20px;--type-subhead-lh:1.6; --type-subhead-ls:-0.2px; --type-subhead-weight:400;
  --type-body-size:16px;   --type-body-lh:24px; --type-body-ls:-0.16px;  --type-body-weight:400;
  --type-button-size:16px; --type-button-lh:24px; --type-button-ls:-0.16px; --type-button-weight:600;
  --type-label-size:11px;  --type-label-lh:16.5px; --type-label-ls:0.08em; --type-label-weight:500;
}
