@font-face {
  font-family: "SF Pro Text";
  font-weight: 400;
  font-display: swap;
  src: url(./fonts/SF-Pro-Text-Regular.otf)
    format("opentype");
}

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

@font-face {
  font-family: "SF Pro Text";
  font-weight: 600;
  font-display: swap;
  src: url(./fonts/SF-Pro-Text-Semibold.otf)
    format("opentype");
}

@font-face {
  font-family: "SF Pro Text";
  font-weight: 700;
  font-display: swap;
  src: url(./fonts/SF-Pro-Text-Bold.otf) format("opentype");
}

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