@font-face {
  font-family: "SF Pro Text";
  src: url("./SF-Pro-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "SF Pro Text";
  src: url("./SF-Pro-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "SF Pro Text";
  src: url("./SF-Pro-Semibold.ttf");
  font-weight: 590;
}
@font-face {
  font-family: "SF Pro Text";
  src: url("./SF-Pro-Bold.ttf");
  font-weight: 700;
}