/* ==========================================================================
   Tower Performance LLC — self-hosted typefaces

   Archivo for headings, Inter for body, per DESIGN-SYSTEM.md 4b. Both are
   open-source and served from our own origin: no third-party font CDN, so no
   privacy or availability dependency.

   Latin subsets only. Five weights, 98 KB total — marginally over the document's
   ~90 KB / 4-weight budget, because Inter 500 is genuinely needed for the
   --tp-caption role in the type scale.

   font-display: swap keeps text readable during load, which matters for an
   audience reading on tablets over plant wifi.
   ========================================================================== */

@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/archivo-600.woff2") format("woff2");
}

@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/archivo-700.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/inter-400.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/inter-500.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/inter-600.woff2") format("woff2");
}

/* Part numbers, dimensions and temperatures must align in columns. */
.tp-tabular,
.tp-table td[data-numeric],
.tp-stat__value {
  font-variant-numeric: tabular-nums;
}
