/* laundry.link brand faces (brand guidelines, Aug 2026):
   headlines — Coolvetica Regular (Typodermic; not on Google Fonts, shipped here)
   text      — Anuphan (variable weight 100–700; Regular for copy, heavier for emphasis)
   Self-hosted so branded pages render identically offline (kiosks) and on old WebViews. */
@font-face {
  font-family: "Coolvetica";
  src: url("/assets/laundryos/fonts/Coolvetica-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Anuphan";
  src: url("/assets/laundryos/fonts/Anuphan-Variable.ttf") format("truetype");
  font-weight: 100 700;
  font-style: normal;
  font-display: swap;
}
