@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100;
    src: local('Inter Thin'),
        url('../font/Inter-Thin.woff2') format('woff2')
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 200;
    src: local('Inter ExtraLight'),
        url('../font/Inter-ExtraLight.woff2') format('woff2')
}

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

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: local('Inter Medium'),
        url('../font/Inter-Medium.woff2') format('woff2')
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: local('Inter SemiBold'),
        url('../font/Inter-SemiBold.woff2') format('woff2')
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: local('Inter Bold'),
        url('../font/Inter-Bold.woff2') format('woff2')
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    src: local('Inter Extrabold'),
        url('../font/Inter-ExtraBold.woff2') format('woff2')
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    src: local('Inter black'),
        url('../font/Inter-Black.woff2') format('woff2')
}
