/* Optional font-face declarations; paths should match your assets */
@font-face {
  font-family: "Instrument Sans";
  src: url("./InstrumentSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Instrument Sans";
  src: url("./InstrumentSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neulis Sans";
  src: url("./Neulis_Sans_Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neulis Sans";
  src: url("./Neulis_Sans_Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neulis Sans";
  src: url("./Neulis_Sans_Semi_Bold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neulis Sans";
  src: url("./Neulis_Sans_Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


