/*
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter.woff2') format('woff2'),
    url('../fonts/Inter/Inter.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter.woff2') format('woff2'),
    url('../fonts/Inter/Inter.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter.woff2') format('woff2'),
    url('../fonts/Inter/Inter.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter.woff2') format('woff2'),
    url('../fonts/Inter/Inter.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter-Italic.woff2') format('woff2'),
    url('../fonts/Inter/Inter-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
*/