@font-face {
    font-family: 'Michroma';
    src: url('../fonts/michroma-regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter' ;
    src: url('../fonts/Inter.woff2') format('woff2'),
         url('../fonts/Inter-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto'
    src: url('../fonts/Roboto.woff2') format ('woff2'),
         url('../fonts/Roboto-Italic.woff2') format ('woff2')
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}