﻿/* Local subset of @phosphor-icons/web used by this project */

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

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

.ph,
.ph-bold {
  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";
  -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 {
  font-family: "Phosphor" !important;
}

.ph-bold {
  font-family: "Phosphor-Bold" !important;
}

.ph.ph-caret-down:before { content: "\e136"; }
.ph.ph-linkedin-logo:before { content: "\e2ee"; }
.ph.ph-telegram-logo:before { content: "\e5bc"; }
.ph.ph-twitter-logo:before { content: "\e4ba"; }

.ph-bold.ph-arrow-left:before { content: "\e058"; }
.ph-bold.ph-brain:before { content: "\e74e"; }
.ph-bold.ph-chart-bar:before { content: "\e150"; }
.ph-bold.ph-check:before { content: "\e182"; }
.ph-bold.ph-sign-out:before { content: "\e42a"; }
.ph-bold.ph-waveform:before { content: "\e802"; }
