@font-face {
    font-family: 'Inter';
    src: local("Inter Thin"), url("Inter-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: local("Inter ExtraLight"), url("Inter-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: local("Inter Light"), url("Inter-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: local("Inter"), local("Inter Regular"), url("Inter-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: local("Inter Medium"), url("Inter-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: local("Inter SemiBold"), url("Inter-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: local("Inter Bold"), url("Inter-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: local("Inter ExtraBold"), url("Inter-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}
