@font-face {
  font-family: 'Phosphor';
  src:
    url('fonts/Phosphor.ttf?cfmvbe') format('truetype'),
    url('fonts/Phosphor.woff?cfmvbe') format('woff'),
    url('fonts/Phosphor.svg?cfmvbe#Phosphor') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.ph {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Phosphor' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  
  /* Enable Ligatures ================ */
  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;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ph-arrow-circle-left:before {
  content: "\e05a";
}
.ph-arrow-left:before {
  content: "\e05c";
}
.ph-caret-left:before {
  content: "\e138";
}
.ph-caret-right:before {
  content: "\e13a";
}
.ph-check:before {
  content: "\e182";
}
.ph-globe:before {
  content: "\e28a";
}
.ph-globe-simple-x:before {
  content: "\e286";
}
.ph-linkedin-logo:before {
  content: "\e2ee";
}
.ph-pulse:before {
  content: "\e002";
}
.ph-activity:before {
  content: "\e002";
}
.ph-shield-chevron:before {
  content: "\e40f";
}
.ph-warning-circle:before {
  content: "\e4e4";
}
.ph-x:before {
  content: "\e4f6";
}
.ph-arrow-circle-left-duotone .path1:before {
  content: "\e05b";
  color: rgb(68, 68, 68);
  opacity: 0.2;
}
.ph-arrow-circle-left-duotone .path2:before {
  content: "\e05d";
  margin-left: -1em;
  color: rgb(68, 68, 68);
}
.ph-arrow-left-duotone .path1:before {
  content: "\e058";
  color: rgb(68, 68, 68);
  opacity: 0.2;
}
.ph-arrow-left-duotone .path2:before {
  content: "\e059";
  margin-left: -1em;
  color: rgb(68, 68, 68);
}
.ph-check-duotone .path1:before {
  content: "\e183";
  color: rgb(68, 68, 68);
  opacity: 0.2;
}
.ph-check-duotone .path2:before {
  content: "\e184";
  margin-left: -1em;
  color: rgb(68, 68, 68);
}
.ph-globe-duotone .path1:before {
  content: "\e288";
  color: rgb(68, 68, 68);
  opacity: 0.2;
}
.ph-globe-duotone .path2:before {
  content: "\e289";
  margin-left: -1em;
  color: rgb(68, 68, 68);
}
.ph-globe-simple-x-duotone .path1:before {
  content: "\e284";
  color: rgb(68, 68, 68);
  opacity: 0.2;
}
.ph-globe-simple-x-duotone .path2:before {
  content: "\e285";
  margin-left: -1em;
  color: rgb(68, 68, 68);
}
.ph-linkedin-logo-duotone .path1:before {
  content: "\e2ef";
  color: rgb(68, 68, 68);
  opacity: 0.2;
}
.ph-linkedin-logo-duotone .path2:before {
  content: "\e2f0";
  margin-left: -1em;
  color: rgb(68, 68, 68);
}
.ph-pulse-duotone .path1:before {
  content: "\e000";
  color: rgb(68, 68, 68);
  opacity: 0.2;
}
.ph-pulse-duotone .path2:before {
  content: "\e001";
  margin-left: -1em;
  color: rgb(68, 68, 68);
}
.ph-shield-chevron-duotone .path1:before {
  content: "\e40e";
  color: rgb(68, 68, 68);
  opacity: 0.2;
}
.ph-shield-chevron-duotone .path2:before {
  content: "\e411";
  margin-left: -1em;
  color: rgb(68, 68, 68);
}
.ph-warning-circle-duotone .path1:before {
  content: "\e4e2";
  color: rgb(68, 68, 68);
  opacity: 0.2;
}
.ph-warning-circle-duotone .path2:before {
  content: "\e4e3";
  margin-left: -1em;
  color: rgb(68, 68, 68);
}
