@font-face {
    font-family: Inter;
    src:
        url('./assets/fonts/Inter-Regular.woff2?v=3.19') format('woff2'),
        url('./assets/fonts/Inter-Regular.woff?v=3.19') format('woff');

    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Inter;
    src:
        url('./assets/fonts/Inter-Medium.woff2?v=3.19') format('woff2'),
        url('./assets/fonts/Inter-Medium.woff?v=3.19') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: Inter;
    src:
        url('./assets/fonts/Inter-SemiBold.woff2?v=3.19') format('woff2'),
        url('./assets/fonts/Inter-SemiBold.woff?v=3.19') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: Inter;
    src:
        url('./assets/fonts/Inter-Bold.woff2?v=3.19') format('woff2'),
        url('./assets/fonts/Inter-Bold.woff?v=3.19') format('woff');
    font-weight: 700;
    font-style: normal;
}
