/* MileMind webfonts — SF Pro Display (Apple system typeface).
   The app itself uses the iOS system font (SF Pro) with no bundled font file;
   on the web we ship the SF Pro Display OTFs the team provided so specimens and
   mocks match the device exactly. One family, six weights (300–900). */

@font-face {
  font-family: "SF Pro Display";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/SF-Pro-Display-Light.woff2") format("woff2");
}
@font-face {
  font-family: "SF Pro Display";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/SF-Pro-Display-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "SF Pro Display";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/SF-Pro-Display-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "SF Pro Display";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/SF-Pro-Display-Semibold.woff2") format("woff2");
}
@font-face {
  font-family: "SF Pro Display";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/SF-Pro-Display-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "SF Pro Display";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/SF-Pro-Display-Heavy.woff2") format("woff2");
}
