@font-face {
    font-family: 'Inter';
    src: local('Inter Light'), local('Inter-Light'),
        url('hinted-Inter-Light.woff2') format('woff2'),
        url('hinted-Inter-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: local('Inter Black'), local('Inter-Black'),
        url('hinted-Inter-Black.woff2') format('woff2'),
        url('hinted-Inter-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: local('Inter Bold'), local('Inter-Bold'),
        url('hinted-Inter-Bold.woff2') format('woff2'),
        url('hinted-Inter-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: local('Inter Regular'), local('Inter-Regular'),
        url('hinted-Inter-Regular.woff2') format('woff2'),
        url('hinted-Inter-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: local('Inter Thin'), local('Inter-Thin'),
        url('hinted-Inter-Thin.woff2') format('woff2'),
        url('hinted-Inter-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: local('Inter Medium'), local('Inter-Medium'),
        url('hinted-Inter-Medium.woff2') format('woff2'),
        url('hinted-Inter-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

