/*
 * Inter, loaded only by surfaces that render app UI rather than site chrome —
 * currently the share card, which mirrors the mobile card's type. The mobile app
 * bundles these same faces for Android (apps/mobile/assets/fonts), so a card
 * rendered off an Apple device matches what the app draws there.
 *
 * Linked per route, not from root, so the rest of phantom.com pays nothing for it.
 * Only the three weights the card uses are shipped.
 */

/* Inter-Regular.woff */
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url(/_web_platform_assets/fonts/Inter-Regular.woff) format("woff");
}

/* Inter-Medium.woff */
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-display: fallback;
  src: url(/_web_platform_assets/fonts/Inter-Medium.woff) format("woff");
}

/* Inter-SemiBold.woff */
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-display: fallback;
  src: url(/_web_platform_assets/fonts/Inter-SemiBold.woff) format("woff");
}
