@font-face {
    font-family: 'Instrument';
    font-style: normal;
    font-weight: 400;
    src: local(''),
    url('../fonts/InstrumentSans-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Instrument';
    font-style: italic;
    font-weight: 400;
    src: local(''),
    url('../fonts/InstrumentSans-Italic.ttf') format('truetype');
}
@font-face {
    font-family: 'Instrument';
    font-style: normal;
    font-weight: 700;
    src: local(''),
    url('../fonts/InstrumentSans-SemiBold.ttf') format('truetype');
}
@font-face {
    font-family: 'Instrument';
    font-style: normal;
    font-weight: 900;
    src: local(''),
    url('../fonts/InstrumentSans-Bold.ttf') format('truetype');
}
