/**
 * Override Phosphor font path to /assets/fonts/phosphor-icons/
 * Load after phosphor-regular.css (or other phosphor style).
 */
@font-face {
  font-family: "Phosphor";
  src: url("/assets/fonts/phosphor-icons/Phosphor-Regular.svg#Phosphor") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
