@font-face {
  font-family: "Phosphor";
  src: url("./Phosphor.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;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ph.ph-arrow-left:before { content: "\e058"; }
.ph.ph-arrow-right:before { content: "\e06c"; }
.ph.ph-caret-down:before { content: "\e136"; }
.ph.ph-caret-right:before { content: "\e13a"; }
.ph.ph-check-circle:before { content: "\e184"; }
.ph.ph-circle-half:before { content: "\e18c"; }
.ph.ph-envelope:before { content: "\e214"; }
.ph.ph-file-text:before { content: "\e23a"; }
.ph.ph-globe:before { content: "\e288"; }
.ph.ph-image:before { content: "\e2ca"; }
.ph.ph-info:before { content: "\e2ce"; }
.ph.ph-list:before { content: "\e2f0"; }
.ph.ph-magic-wand:before { content: "\e6b6"; }
.ph.ph-magnifying-glass:before { content: "\e30c"; }
.ph.ph-robot:before { content: "\e762"; }
.ph.ph-shield-check:before { content: "\e40c"; }
.ph.ph-warning:before { content: "\e4e0"; }
.ph.ph-x:before { content: "\e4f6"; }
.ph.ph-x-circle:before { content: "\e4f8"; }
