/* ============================================================================
   phosphor.css — self-hosted Phosphor icon webfont, all 5 weights.
   Phosphor is the closest open, self-hostable match to Apple SF Symbols
   (Apple SF Symbols are NOT licensed for web use). The 5 weights mirror the
   SF Symbols weight range / rendering modes:
     thin · light · regular · bold · fill
   These @import the per-weight stylesheets (each contains its own @font-face
   pointing at ./phosphor/Phosphor-*.woff2 and the icon class map).
   Place the whole /icons folder under /public and import this file.
   Usage:  <i class="ph ph-heart"></i>   <i class="ph-bold ph-gear"></i>
           <i class="ph-fill ph-star"></i>
   ============================================================================ */
@import "./phosphor/style-thin.css";
@import "./phosphor/style-light.css";
@import "./phosphor/style-regular.css";
@import "./phosphor/style-bold.css";
@import "./phosphor/style-fill.css";
