/* Inter, vendored locally (subset: latin, weights 400 + 500 only) so the
   landing page makes ZERO third-party runtime requests. Replaces the Google
   Fonts @import that shipped at the top of nocturne-styles.css. Files are the
   @fontsource/inter woff2 assets. font-display: swap keeps text visible during
   load and matches the design's original &display=swap.
   PERF-4: the design uses only Inter 400 (body) and 500 (headings, per the
   Nocturne "weight 500 and never heavier" rule), so the 600 and 700 faces are
   not shipped. */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./fonts/inter-latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./fonts/inter-latin-500-normal.woff2") format("woff2");
}
