:root {
  /* Display — Oswald, uppercase, tight. Headlines only, never body. */
  --display-1-size: 64px; /* @kind font */
  /* 1.06 — mieści polskie diakrytyki (Ę Ó Ż) w wersalikach */
  --display-1-lh: 1.06; /* @kind font */
  --display-1-ls: -0.5px; /* @kind font */
  --display-1-weight: 700; /* @kind font */
  --display-2-size: 52px; /* @kind font */
  --display-2-lh: 1.06; /* @kind font */
  --display-2-ls: -0.4px; /* @kind font */
  --display-2-weight: 700; /* @kind font */
  --display-3-size: 40px; /* @kind font */
  --display-3-lh: 1.1; /* @kind font */
  --display-3-ls: -0.2px; /* @kind font */
  --display-3-weight: 700; /* @kind font */

  /* Section + card headings — Oswald */
  --h1-size: 34px; /* @kind font */
  --h1-lh: 1.1; /* @kind font */
  --h1-ls: 0px; /* @kind font */
  --h1-weight: 600; /* @kind font */
  --h2-size: 26px; /* @kind font */
  --h2-lh: 1.15; /* @kind font */
  --h2-ls: 0.2px; /* @kind font */
  --h2-weight: 600; /* @kind font */
  --h3-size: 20px; /* @kind font */
  --h3-lh: 1.2; /* @kind font */
  --h3-ls: 0.2px; /* @kind font */
  --h3-weight: 600; /* @kind font */
  --h4-size: 17px; /* @kind font */
  --h4-lh: 1.25; /* @kind font */
  --h4-ls: 0.3px; /* @kind font */
  --h4-weight: 600; /* @kind font */

  /* Body — Barlow */
  --body-lg-size: 18px; /* @kind font */
  --body-lg-lh: 1.55; /* @kind font */
  --body-size: 16px; /* @kind font */
  --body-lh: 1.55; /* @kind font */
  --body-sm-size: 15px; /* @kind font */
  --body-sm-lh: 1.5; /* @kind font */
  --caption-size: 13px; /* @kind font */
  --caption-lh: 1.45; /* @kind font */
  --micro-size: 11px; /* @kind font */
  --micro-lh: 1.35; /* @kind font */

  /* Labels — Barlow Condensed, uppercase, tracked out.
     Used for nav items, badges, buttons, table heads, filter groups. */
  --label-size: 13px; /* @kind font */
  --label-ls: 0.08em; /* @kind font */
  --label-weight: 600; /* @kind font */
  --label-sm-size: 11px; /* @kind font */
  --label-sm-ls: 0.1em; /* @kind font */
  --label-sm-weight: 600; /* @kind font */

  /* Buttons */
  --btn-label-size: 14px; /* @kind font */
  --btn-label-ls: 0.06em; /* @kind font */
  --btn-label-weight: 600; /* @kind font */

  /* Technical data — SKU, voltage, dimensions, part numbers */
  --mono-size: 13px; /* @kind font */
  --mono-ls: 0.01em; /* @kind font */
}
