@font-face {
    font-family: "Phosphor";
    src:
        url("./Phosphor.woff2") format("woff2"),
        url("./Phosphor.woff") format("woff");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

.ph-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Phosphor";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
