@font-face {
    font-family: 'Inter';
    src: url('Inter-Italic.woff2') format('woff2'),
        url('Inter-Italic.woff') format('woff');
    font-weight: normal;
    font-weight: 400;
    font-style: italic;
}


@font-face {
    font-family: 'Inter';
    src: url('Inter.woff2') format('woff2'),
        url('Inter.woff') format('woff');
    font-weight: normal;
    font-weight: 400;
}