@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto/Roboto-Regular.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto/Roboto-Bold.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/instrument-sans/InstrumentSans-Regular.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/instrument-sans/InstrumentSans-Bold.woff2') format('woff2');
    font-display: swap;
}
