@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300; /* Light */
    src: url('Inter-Light.woff') format('woff'),
        url('Inter-Light.woff2') format('woff2');
}

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

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500; /* Medium */
    src: url('Inter-Medium.woff') format('woff'),
        url('Inter-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600; /* SemiBold */
    src: url('Inter-SemiBold.woff') format('woff'),
        url('Inter-SemiBold.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700; /* Bold */
    src: url('Inter-Bold.woff') format('woff'),
        url('Inter-Bold.woff2') format('woff2');
}
