/* Instrument Sans - Google Fonts (self-hosted) */
@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./Instrument_Sans/static/InstrumentSans-Regular.ttf') format('truetype');
}

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

@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('./Instrument_Sans/static/InstrumentSans-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./Instrument_Sans/static/InstrumentSans-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Instrument Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('./Instrument_Sans/static/InstrumentSans-Italic.ttf') format('truetype');
}

@font-face {
  font-family: 'Instrument Sans';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('./Instrument_Sans/static/InstrumentSans-MediumItalic.ttf') format('truetype');
}

@font-face {
  font-family: 'Instrument Sans';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('./Instrument_Sans/static/InstrumentSans-SemiBoldItalic.ttf') format('truetype');
}

@font-face {
  font-family: 'Instrument Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('./Instrument_Sans/static/InstrumentSans-BoldItalic.ttf') format('truetype');
}
