/* Phosphor — subset to the 18 glyphs Prevow uses.
   The full set is 1,530 classes and a 144 KB webfont. Same family and
   same geometry, per kit §6 — only the unused glyphs are gone.
   Regenerate with scripts/subset-icons.py after adding an icon there,
   or the new one renders as a blank box. */
@font-face{
  font-family:"Phosphor";
  src:url("./Phosphor-subset.woff2") format("woff2");
  font-weight:normal;
  font-style:normal;
  font-display:block;
}
.ph{
  font-family:"Phosphor" !important;
  speak:never;
  font-style:normal;
  font-weight:normal;
  font-variant:normal;
  text-transform:none;
  line-height:1;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
.ph-arrow-right:before{ content:"\e06c"; }
.ph-book-open:before{ content:"\e0e6"; }
.ph-check:before{ content:"\e182"; }
.ph-eye-slash:before{ content:"\e224"; }
.ph-gear-six:before{ content:"\e272"; }
.ph-lock:before{ content:"\e2fa"; }
.ph-notebook:before{ content:"\e34e"; }
.ph-path:before{ content:"\e39c"; }
.ph-eye:before{ content:"\e220"; }
.ph-list:before{ content:"\e2f0"; }
.ph-x:before{ content:"\e4f6"; }
.ph-cell-signal-full:before{ content:"\e142"; }
.ph-wifi-high:before{ content:"\e4ea"; }
.ph-battery-full:before{ content:"\e0c0"; }
.ph-caret-left:before{ content:"\e138"; }
.ph-caret-right:before{ content:"\e13a"; }
.ph-pause:before{ content:"\e39e"; }
.ph-play:before{ content:"\e3d0"; }
