@font-face {
  font-family: "NeverMind";
  src: url("./NeverMind-Regular.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeverMind";
  src: url("./NeverMind-Thin.ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeverMind";
  src: url("./NeverMind-Medium.ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeverMind";
  src: url("./NeverMind-DemiBold.ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeverMind";
  src: url("./NeverMind-Bold.ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}