/*
 * Trimmed local build of Phosphor Icons (regular weight), MIT licensed.
 * https://github.com/phosphor-icons/web - only the glyphs this site uses.
 * Full upstream stylesheet has ~1200 icon rules; this keeps just five.
 */
@font-face {
    font-family: "Phosphor";
    src: url("./Phosphor.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.ph {
    font-family: "Phosphor" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ph.ph-envelope-simple:before { content: "\e218"; }
.ph.ph-file-text:before { content: "\e23a"; }
.ph.ph-linkedin-logo:before { content: "\e2ee"; }
.ph.ph-github-logo:before { content: "\e576"; }
.ph.ph-drone:before { content: "\ed74"; }
