/* Icon Font CSS Fix - Removes deprecated/unsupported properties */
.ph {
  /* Override CDN version to remove warnings */
  font-family: "Phosphor" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  /* Removed: speak: never; (deprecated) */
  /* Removed: -moz-osx-font-smoothing: grayscale; (Firefox doesn't support) */
}
