/* Throttle Up Media — self-hosted display type.
   SF Electrotome (house brand face, matches the wordmark). Subset to latin,
   WOFF2 only, font-display: swap. No Google Fonts CDN, no external requests.
   Body copy intentionally uses the system UI stack in tokens.css — Electrotome
   is a unicase technical/stencil face and is not legible set as paragraph text. */

@font-face {
  font-family: "SF Electrotome";
  src: url("/fonts/sf-electrotome-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Electrotome";
  src: url("/fonts/sf-electrotome-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Electrotome Condensed";
  src: url("/fonts/sf-electrotome-condensed.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
