/* Zakhar EX — Typography tokens */
:root {
  --font-sans: "Inter", -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif;

  /* Role sizes */
  --type-display-1-size: 64px;
  --type-display-1-weight: 700;
  --type-display-1-lh: 1.0;
  --type-display-1-ls: -2.125px;

  --type-display-2-size: 54px;
  --type-display-2-weight: 700;
  --type-display-2-lh: 1.04;
  --type-display-2-ls: -1.875px;

  --type-heading-1-size: 40px;
  --type-heading-1-weight: 700;
  --type-heading-1-lh: 1.1;
  --type-heading-1-ls: -1px;

  --type-heading-2-size: 26px;
  --type-heading-2-weight: 700;
  --type-heading-2-lh: 1.23;
  --type-heading-2-ls: -0.625px;

  --type-heading-3-size: 22px;
  --type-heading-3-weight: 700;
  --type-heading-3-lh: 1.27;
  --type-heading-3-ls: -0.25px;

  --type-title-size: 20px;
  --type-title-weight: 600;
  --type-title-lh: 1.4;
  --type-title-ls: -0.125px;

  --type-body-md-size: 16px;
  --type-body-md-weight: 400;
  --type-body-md-lh: 1.5;

  --type-body-sm-size: 15px;
  --type-body-sm-weight: 400;
  --type-body-sm-lh: 1.33;

  --type-button-size: 16px;
  --type-button-weight: 500;
  --type-button-lh: 1.5;

  --type-caption-size: 14px;
  --type-caption-weight: 400;
  --type-caption-lh: 1.43;

  --type-eyebrow-size: 12px;
  --type-eyebrow-weight: 600;
  --type-eyebrow-lh: 1.33;
  --type-eyebrow-ls: 0.125px;
}
