@font-face {
    font-family: 'Instrument Sans';
    src: url('./InstrumentSans-Regular.woff2') format('woff2'),
         url('./InstrumentSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Instrument Sans';
    src: url('./InstrumentSans-Medium.woff2') format('woff2'),
         url('./InstrumentSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Instrument Sans';
    src: url('./InstrumentSans-SemiBold.woff2') format('woff2'),
         url('./InstrumentSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Instrument Serif';
    src: url('./InstrumentSerif-Italic.woff2') format('woff2'),
         url('./InstrumentSerif-Italic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}