@font-face {
    font-family: "Phosphor";
    src: url("./Phosphor.woff2") format("woff2"),
        url("./Phosphor.woff") format("woff"),
        url("./Phosphor.ttf") format("truetype"),
        url("./Phosphor.svg#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;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ph-bold.ph-x:before {
    content: "\eddb";
}

.ph-bold.ph-x-circle:before {
    content: "\eddc";
}

.ph-bold.ph-x-square:before {
    content: "\eddd";
}

.ph.ph-list:before {
    content: "\ebca";
}

.ph.ph-list-bullets:before {
    content: "\ebcb";
}

.ph.ph-list-checks:before {
    content: "\ebcc";
}

.ph.ph-list-dashes:before {
    content: "\ebcd";
}

.ph.ph-list-magnifying-glass:before {
    content: "\ebce";
}

.ph.ph-list-numbers:before {
    content: "\ebcf";
}

.ph.ph-list-plus:before {
    content: "\ebd0";
}

.ph.ph-envelope:before {
    content: "\eac5";
}

.ph.ph-envelope-open:before {
    content: "\eac6";
}

.ph.ph-envelope-simple:before {
    content: "\eac7";
}

.ph.ph-envelope-simple-open:before {
    content: "\eac8";
}

.ph.ph-paper-plane-tilt:before {
    content: "\ec48";
}

.ph.ph-phone-call:before {
    content: "\ec6b";
}

.icon-facebook:before {
    content: "\e90f";
}

.icon-linkedin:before {
    content: "\e910";
}

.icon-twitter:before {
    content: "\e911";
}

.icon-instagram:before {
    content: "\e912";
}

.icon-youtube:before {
    content: "\e913";
}