@font-face {
    font-family: 'Inter';
    font-weight: 1000; /* Adjusted weight up from 900 to 1000 */
    src: url('../fonts/Inter/Inter-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-weight: 900; /* Adjusted weight up from 800 to 900 */
    src: url('../fonts/Inter/Inter-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-weight: 800; /* Adjusted weight up from 700 to 800 */
    src: url('../fonts/Inter/Inter-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-weight: 700; /* Adjusted weight up from 600 to 700 */
    src: url('../fonts/Inter/Inter-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-weight: 600; /* Adjusted weight up from 500 to 600 */
    src: url('../fonts/Inter/Inter-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-weight: 500; /* Adjusted weight up from 400 to 500 */
    src: url('../fonts/Inter/Inter-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-weight: 400; /* Adjusted weight up from 300 to 400 */
    src: url('../fonts/Inter/Inter-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-weight: 300; /* Adjusted weight up from 200 to 300 */
    src: url('../fonts/Inter/Inter-ExtraLight.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-weight: 200; /* Adjusted weight up from 100 to 200 */
    src: url('../fonts/Inter/Inter-Thin.ttf') format('truetype');
}
