@font-face {
  font-family: "Neulis Cursive";
  src: url("fonnts.com-Neulis_Cursive_Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neulis Cursive";
  src: url("fonnts.com-Neulis_Cursive_Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neulis Cursive";
  src: url("fonnts.com-Neulis_Cursive_Bold_Italic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}