/* Self-hosted Inter font - prevents FOIT and improves privacy */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('../fonts/inter.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Phosphor Icons - Self-hosted */
@font-face {
  font-family: 'Phosphor';
  src: url('../fonts/Phosphor.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'Phosphor Duotone';
  src: url('../fonts/Phosphor-Duotone.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* Icon classes */
.ph, .ph-before::before,
.ph-after::after {
  font-family: 'Phosphor', sans-serif;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Common icons used in the site */
.ph-check-circle::before { content: "\276"; } /* check-circle */
.ph-arrow-right::before { content: "\2192"; } /* arrow-right */
.ph-arrow-right-long::before { content: "\27A4"; } /* arrow-right-long */
.ph-envelope::before { content: "\2709"; } /* envelope */
.ph-phone::before { content: "\260E"; } /* phone */
.ph-linkedin-logo::before { content: "LI"; font-weight: bold; font-size: 0.8em; } /* LinkedIn placeholder */
.ph-twitter-logo::before { content: "X"; font-weight: bold; font-size: 0.8em; } /* Twitter placeholder */
.ph-robot::before { content: "\1F916"; } /* robot face emoji as fallback */
.ph-file-invoice::before { content: "\1F4C4"; } /* file emoji as fallback */
.ph-chart::before { content: "\1F4CA"; } /* chart emoji as fallback */
.ph-magnifying-glass::before { content: "\1F50D"; } /* search emoji */
.ph-sun::before { content: "\2600"; } /* sun */
.ph-moon::before { content: "\1F319"; } /* moon */
.ph-paper-plane-right::before { content: "\1F681"; } /* paper plane */
.ph-house::before { content: "\2302"; } /* house */
.ph-users::before { content: "\1F465"; } /* users */
.ph-briefcase::before { content: "\1F4BC"; } /* briefcase */
.ph-folder::before { content: "\1F4C1"; } /* folder */
.ph-list::before { content: "\2630"; } /* list/hamburger */
.ph-x::before { content: "\2715"; } /* x/close */
.ph-graduation-cap::before { content: "\1F393"; } /* graduation cap */
.ph-handshake::before { content: "\1F91D"; } /* handshake */
.ph-shield-check::before { content: "\1F4A1"; } /* shield check */
.ph-trend-up::before { content: "\1F4C8"; } /* trend up */
.ph-globe::before { content: "\1F310"; } /* globe */
.ph-gear::before { content: "\2699"; } /* gear */
.ph-chart-line-up::before { content: "\1F4C8"; } /* chart line up */
.ph-database::before { content: "\1F4BE"; } /* database */
.ph-lightning::before { content: "\26A1"; } /* lightning */
.ph-puzzle-piece::before { content: "\1F9E9"; } /* puzzle piece */
.ph-key::before { content: "\1F511"; } /* key */
