/* Regular */
@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/instrument-sans/InstrumentSans-Regular.ttf') format('truetype');
}

/* Italic */
@font-face {
  font-family: 'Instrument Sans';
  font-style: italic;
  font-weight: 400;
  src: url('/fonts/instrument-sans/InstrumentSans-Italic.ttf') format('truetype');
}

/* Medium */
@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/instrument-sans/InstrumentSans-Medium.ttf') format('truetype');
}

/* SemiBold */
@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/instrument-sans/InstrumentSans-SemiBold.ttf') format('truetype');
}

/* Bold */
@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/instrument-sans/InstrumentSans-Bold.ttf') format('truetype');
}

/* ... fügen Sie bei Bedarf weitere Schriftschnitte hinzu (z.B. MediumItalic, etc.) */