@font-face {
  font-family: "NewBlack";
  src: url("/fonts/NewBlack-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "NewBlack";
  src: url("/fonts/NewBlack-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "NewBlack";
  src: url("/fonts/NewBlack-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "NewBlack";
  src: url("/fonts/NewBlack-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
