/* Phosphor Icons 2.1.2 Light; MIT license in ./LICENSE.
 * Only the product icons and theme controls used by this site are included. */
@font-face {
  font-family: 'Phosphor-Light';
  src: url('./Phosphor-Light.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.ph-light {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Phosphor-Light' !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-light.ph-arrow-up-right:before {
  content: '\e092';
}
.ph-light.ph-arrows-left-right:before {
  content: '\e0a0';
}
.ph-light.ph-brackets-curly:before {
  content: '\e860';
}
.ph-light.ph-chats-circle:before {
  content: '\e17e';
}
.ph-light.ph-feather:before {
  content: '\e9c0';
}
.ph-light.ph-file-code:before {
  content: '\e914';
}
.ph-light.ph-image-square:before {
  content: '\e2cc';
}
.ph-light.ph-microphone:before {
  content: '\e326';
}
.ph-light.ph-moon:before {
  content: '\e330';
}
.ph-light.ph-package:before {
  content: '\e390';
}
.ph-light.ph-robot:before {
  content: '\e762';
}
.ph-light.ph-share-network:before {
  content: '\e408';
}
.ph-light.ph-sun:before {
  content: '\e472';
}
.ph-light.ph-terminal-window:before {
  content: '\eae8';
}
.ph-light.ph-wallet:before {
  content: '\e68a';
}
.ph-light.ph-waveform:before {
  content: '\e802';
}
