/* PP Mori (primary brand typeface) — loads if the .otf files exist in assets/fonts/.
   If absent, falls back to Space Grotesk (loaded via Google Fonts in index.html). */
@font-face {
  font-family: "PP Mori";
  src: url("assets/fonts/PPMori-Regular.otf") format("opentype");
  font-weight: 400; font-display: swap;
}
@font-face {
  font-family: "PP Mori";
  src: url("assets/fonts/PPMori-SemiBold.otf") format("opentype");
  font-weight: 600; font-display: swap;
}
