/* Self-hosted symbol webfonts so dingbats render reliably without depending
 * on system fonts (Yu Gothic UI / Segoe UI Symbol coverage varies on Windows).
 *
 * Both subsets cover the U+25A0-27BF range (Misc Symbols + Dingbats) where
 * U+2732 ✲ lives. font-display: block forces a 3s blocking phase so the page
 * does not paint missing-glyph tofu before the font arrives.
 */
@font-face {
  font-family: 'Noto Sans Symbols Local';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../fonts/NotoSansSymbols-symbols.woff2') format('woff2');
  unicode-range: U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2B00-2BFF;
}
@font-face {
  font-family: 'Noto Sans Symbols 2 Local';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../fonts/NotoSansSymbols2-symbols.woff2') format('woff2');
  unicode-range: U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2B00-2BFF;
}
