@font-face {
    font-family: 'Inter-Black';
    src: url('Inter-Black.woff2') format('woff2'),
        url('Inter-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

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

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

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

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

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

.font-inter-black, .font-inter-black a, .font-inter-black span{
    font-family: 'Inter-Black';
}

.font-inter-bold, .font-inter-bold a, .font-inter-bold span{
    font-family: 'Inter-Bold';
}

.font-inter-medium, .font-inter-medium a, .font-inter-medium span{
    font-family: 'Inter-Medium';
}

.font-inter, .font-inter a, .font-inter span{
    font-family: 'Inter';
}

.font-inter-light, .font-inter-light a, .font-inter-light span{
    font-family: 'Inter-Light';
}

.font-inter-semibold, .font-inter-semibold a, .font-inter-semibold span{
    font-family: 'Inter-Semibold';
}

