@font-face {
  font-family: "Phosphor";
  src:
    url("./Phosphor.woff2") format("woff2"),
    url("./Phosphor.woff") format("woff"),
    url("./Phosphor.ttf") format("truetype"),
    url("./Phosphor.svg#Phosphor") format("svg");
  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;
}

/* Left sidebar critical icons */
.ph.ph-caret-double-left:before { content: "\e128"; }
.ph.ph-chat-dots:before { content: "\e170"; }
.ph.ph-crown-simple:before { content: "\e616"; }
.ph.ph-discord-logo:before { content: "\e61a"; }
.ph.ph-heart:before { content: "\e2a8"; }
.ph.ph-info:before { content: "\e2ce"; }
.ph.ph-instagram-logo:before { content: "\e2d0"; }
.ph.ph-magnifying-glass:before { content: "\e30c"; }
.ph.ph-mask-happy:before { content: "\e9f4"; }
.ph.ph-plus-square:before { content: "\ed4a"; }
.ph.ph-robot:before { content: "\e762"; }
.ph.ph-squares-four:before { content: "\e464"; }
.ph.ph-telegram-logo:before { content: "\e5bc"; }
.ph.ph-tiktok-logo:before { content: "\eaf2"; }
.ph.ph-translate:before { content: "\e4a2"; }
.ph.ph-user-minus:before { content: "\e4ce"; }
.ph.ph-x:before { content: "\e4f6"; }
.ph.ph-x-logo:before { content: "\e4bc"; }
