@font-face {
  font-family: "Phosphor-Bold";
  src: url("/fonts/phosphor/Phosphor-Bold.woff2") format("woff2"),
       url("/fonts/phosphor/Phosphor-Bold.woff") format("woff");
  font-weight: normal; font-style: normal; font-display: block;
}
@font-face {
  font-family: "Phosphor";
  src: url("/fonts/phosphor/Phosphor.woff2") format("woff2"),
       url("/fonts/phosphor/Phosphor.woff") format("woff");
  font-weight: normal; font-style: normal; font-display: block;
}
.ph-bold {
  font-family: "Phosphor-Bold" !important;
  speak: never; font-style: normal; font-weight: normal;
  font-variant: normal; text-transform: none; line-height: 1;
}
.ph-bold.ph-star:before {
  content: "\e46a";
}
.ph-bold.ph-fire:before {
  content: "\e242";
}
.ph-bold.ph-lightning:before {
  content: "\e2de";
}
.ph-bold.ph-crown:before {
  content: "\e614";
}
.ph-bold.ph-medal:before {
  content: "\e320";
}
.ph-bold.ph-trophy:before {
  content: "\e67e";
}
.ph-bold.ph-info:before {
  content: "\e2ce";
}
.ph-bold.ph-check-circle:before {
  content: "\e184";
}
.ph-bold.ph-warning-circle:before {
  content: "\e4e2";
}
.ph {
  font-family: "Phosphor" !important;
  speak: never; font-style: normal; font-weight: normal;
  font-variant: normal; text-transform: none; line-height: 1;
}
.ph.ph-star:before {
  content: "\e46a";
}
.ph.ph-fire:before {
  content: "\e242";
}
.ph.ph-lightning:before {
  content: "\e2de";
}
.ph.ph-crown:before {
  content: "\e614";
}
.ph.ph-medal:before {
  content: "\e320";
}
.ph.ph-trophy:before {
  content: "\e67e";
}
.ph.ph-info:before {
  content: "\e2ce";
}
.ph.ph-check-circle:before {
  content: "\e184";
}
.ph.ph-warning-circle:before {
  content: "\e4e2";
}
