/* inter-thin - latin */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100;
    src: local(''), url('Inter-Thin.ttf') format('truetype');
}

/* inter-extralight - latin */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 200;
    src: local(''), url('Inter-ExtraLight.ttf') format('truetype');
}

/* inter-light - latin */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    src: local(''), url('Inter-Light.ttf') format('truetype');
}

/* inter-regular - latin */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: local(''), url('Inter-Regular.ttf') format('truetype');
}

/* inter-semibold - latin */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: local(''), url('Inter-SemiBold.ttf') format('truetype');
}

/* inter-bold - latin */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: local(''), url('Inter-Bold.ttf') format('truetype');
}

/* inter-extrabold - latin */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    src: local(''), url('Inter-ExtraBold.ttf') format('truetype');
}

/* inter-black - latin */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    src: local(''), url('Inter-Black.ttf') format('truetype');
}