/* The Story House — body/UI typeface. User-supplied licensed copy
   (Linotype Helvetica Neue). Only the two weights the system's "sans"
   role calls for (400, 700) — see typography.roles in tokens.json. */

@font-face {
  font-family: "Helvetica Neue";
  src: url("./HelveticaNeue-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("./HelveticaNeue-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
