/* =========================================================================
   icons.css — moon icon font, woff2 only.
   Loaded with display: swap and a unicode-range hint so the browser only
   fetches codepoints we use. Subsetting to ~15 glyphs is documented as a
   future optimisation in NOTES.txt.
   ========================================================================= */

@font-face {
  font-family: "moon";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/moon.woff2") format("woff2");
  unicode-range:
    U+E000-E4F1,            /* moon icon set Private Use Area */
    U+E3B1, U+E3B3, U+E3B5, /* arrow, arrow-2, parent (legacy list/arrow) */
    U+E411;                 /* list bullet (legacy widget list) */
}
