@font-face {
  font-family: 'Neris';
  font-style: normal;
  font-weight: 900;
  src: url('./neris-black.otf') format("opentype");
}
@font-face {
  font-family: 'Neris';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('./neris-semibold.otf') format("opentype");
}
@font-face {
  font-family: 'Neris';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('./neris-light.otf') format('opentype');
}
@font-face {
  font-family: 'Neris';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('./neris-thin.otf') format('opentype');
}