/* Self-hosted SF Pro Text using .otf (works in modern browsers, but bigger files than woff2).
   Only do this if your license allows web embedding.
*/

@font-face {
  font-family: "SF Pro Text";
  src: url("../assets/fonts/SF-Pro-Text-Medium.otf") format("opentype");
  font-weight: 500; /* Medium */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Text";
  src: url("../assets/fonts/SF-Pro-Text-Black.otf") format("opentype");
  font-weight: 900; /* Black */
  font-style: normal;
  font-display: swap;
}

html, body, input, select, button, textarea {
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}