// Phosphor icon font declaration for the ionic theme.
//
// @font-face is a global browser resource — once declared here (in the ionic
// bundle loaded at document level), the "Phosphor" font family is available
// everywhere, including inside shadow DOM components.
//
// Glyph rendering is handled via String.fromCodePoint() in renderIcon (see
// src/utils/icon.tsx), so no class selectors are needed here.
//
// Font paths are relative to the compiled output at css/ionic/bundle.ionic.css.
@font-face {
  font-family: "Phosphor";
  src:
    url("../../node_modules/@phosphor-icons/web/src/regular/Phosphor.woff2") format("woff2"),
    url("../../node_modules/@phosphor-icons/web/src/regular/Phosphor.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
