/*
 * Self-hosted Phosphor Icons (regular, bold, fill weights) — used across the
 * public site and the custom admin dashboard for every "ph"/"ph-bold"/"ph-fill"
 * icon class. Bundled locally (via npm @phosphor-icons/web) instead of loading
 * from a CDN, so icons render reliably even on networks that block unpkg.com
 * and the site has no runtime dependency on a third-party host.
 */
@import url("./regular/style.css");
@import url("./bold/style.css");
@import url("./fill/style.css");
