/* ============================================================
   Material Symbols Rounded — SELF-HOSTED SUBSET (Apache-2.0)
   License + provenance: assets/fonts/material-symbols/

   Icons here are load-bearing UI, not decoration: nav, state and CTA glyphs
   are all ligatures. If this face does not load, the browser renders the
   LIGATURE NAME as English text, so a Thai guest sees "confirmation_number"
   instead of a ticket. Serving it from our own origin removes the dependency
   on fonts.googleapis.com being reachable.

   font-display: block — a short blank is the correct icon fallback; `swap`
   would flash the raw English word first.
   ============================================================ */
@font-face {
  font-family: "Material Symbols Rounded";
  font-style: normal;
  font-weight: 300 700;
  font-display: block;
  src: url("material-symbols/material-symbols-rounded-subset.woff2") format("woff2");
}
