/* rigged studios — site faces, self-hosted.
   tanker: the poster ink. general sans: the quiet one. games keep their own fonts. */
@font-face {
  font-family: "Tanker";
  src: url(../fonts/Tanker-Regular.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url(../fonts/GeneralSans-Variable.woff2) format("woff2");
  font-weight: 200 700;
  font-display: swap;
}
/* metric-matched fallback so the hero does not jump when tanker lands */
@font-face {
  font-family: "Tanker-fallback";
  src: local("Arial Black"), local("Arial-Bold");
  size-adjust: 92%;
  ascent-override: 88%;
  descent-override: 22%;
}
