@font-face {
    font-family: 'Inter';
    src: url('./fonts/inter/Inter-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'Inter';
    src: url('./fonts/inter/Inter-ExtraBold.ttf') format('truetype');
    font-weight: 800;
}

@font-face {
    font-family: 'Inter';
    src: url('./fonts/inter/Inter-Regular.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('./fonts/inter/Inter-SemiBold.ttf') format('truetype');
    font-weight: 600;
}
