@font-face {
    font-family: 'OSI';
    src: url('fonts/OSI.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
:root {
    --font-osi: 'OSI', sans-serif;
}