/* Phosphor Icons 2.1.1 — vendored + subset to the 11 glyphs this site uses.
   Regenerate: download src/{regular,light,fill}/{style.css,*.woff2} from
   unpkg.com/@phosphor-icons/web@2.1.1, then subset each woff2 with
   `python3 -m fontTools.subset <font> --unicodes=<cps> --flavor=woff2`.
   Glyph codepoints below are taken verbatim from the upstream style.css. */

@font-face {
  font-family: "Phosphor";
  src: url("regular/Phosphor.woff2") format("woff2");
  font-weight: normal; font-style: normal; font-display: block;
}
@font-face {
  font-family: "Phosphor-Light";
  src: url("light/Phosphor-Light.woff2") format("woff2");
  font-weight: normal; font-style: normal; font-display: block;
}
@font-face {
  font-family: "Phosphor-Fill";
  src: url("fill/Phosphor-Fill.woff2") format("woff2");
  font-weight: normal; font-style: normal; font-display: block;
}

.ph, .ph-light, .ph-fill {
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ph      { font-family: "Phosphor" !important; }
.ph-light { font-family: "Phosphor-Light" !important; }
.ph-fill { font-family: "Phosphor-Fill" !important; }

.ph.ph-check-circle:before      { content: "\e184"; }
.ph-fill.ph-apple-logo:before   { content: "\e516"; }
.ph-light.ph-baby:before        { content: "\e774"; }
.ph-light.ph-bell:before        { content: "\e0ce"; }
.ph-light.ph-caret-down:before  { content: "\e136"; }
.ph-light.ph-hand-tap:before    { content: "\ec90"; }
.ph-light.ph-lock-simple:before { content: "\e308"; }
.ph-light.ph-microphone:before  { content: "\e326"; }
.ph-light.ph-moon-stars:before  { content: "\e58e"; }
.ph-light.ph-users-three:before { content: "\e68e"; }
.ph-light.ph-watch:before       { content: "\e4e6"; }
