/* Phosphor icons (self-hosted subset). Source: @phosphor-icons/web.
   Fonts contain the full glyph set; only the classes shuto uses are declared
   below. When adding an icon in app/ui/icons.tsx, add its class here with the
   codepoint from node_modules/@phosphor-icons/web/src/<weight>/style.css. */

@font-face {
  font-family: "Phosphor";
  src: url("Phosphor.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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

.ph,
.ph-fill {
  display: inline-block;
  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;
}

/* !important guards against browser extensions that override page fonts. */
.ph {
  font-family: "Phosphor" !important;
}

.ph-fill {
  font-family: "Phosphor-Fill" !important;
}

.ph.ph-heart:before { content: "\e2a8"; }
.ph-fill.ph-heart:before { content: "\e2a8"; }
.ph.ph-x:before { content: "\e4f6"; }
.ph.ph-download-simple:before { content: "\e20c"; }
.ph.ph-caret-left:before { content: "\e138"; }
.ph.ph-caret-right:before { content: "\e13a"; }
.ph.ph-caret-up:before { content: "\e13c"; }
.ph.ph-caret-down:before { content: "\e136"; }
.ph.ph-link:before { content: "\e2e2"; }
.ph.ph-check:before { content: "\e182"; }
.ph.ph-trash:before { content: "\e4a6"; }
.ph.ph-image:before { content: "\e2ca"; }
.ph.ph-list:before { content: "\e2f0"; }
.ph.ph-plus:before { content: "\e3d4"; }
.ph.ph-pencil-simple:before { content: "\e3b4"; }
.ph.ph-floppy-disk:before { content: "\e248"; }
.ph.ph-arrow-square-out:before { content: "\e5de"; }
.ph.ph-arrow-clockwise:before { content: "\e036"; }
.ph.ph-sign-out:before { content: "\e42a"; }
.ph.ph-images:before { content: "\e836"; }
.ph.ph-users-three:before { content: "\e68e"; }
.ph.ph-hard-drives:before { content: "\e2a0"; }
.ph.ph-key:before { content: "\e2d6"; }
.ph.ph-envelope-simple:before { content: "\e218"; }
.ph.ph-copy:before { content: "\e1ca"; }
.ph.ph-gear-six:before { content: "\e272"; }
.ph.ph-star:before { content: "\e46a"; }
.ph-fill.ph-star:before { content: "\e46a"; }
