@font-face {
    font-family: 'Inter';
    src:
        local('Inter'),
        url('./fonts/Inter/Inter-Regular.woff2') format('woff2');
    font-weight: 400;
}

@font-face {
    font-family: 'Inter';
    src:
        local('Inter'),
        url('./fonts/Inter/Inter-SemiBold.woff2') format('woff2');
    font-weight: 600;
}

@font-face {
    font-family: 'Inter';
    src:
        local('Inter'),
        url('./fonts/Inter/Inter-Bold.woff2') format('woff2');
    font-weight: 700;
}

@font-face {
    font-family: 'Inter';
    src:
        local('Inter'),
        url('./fonts/Inter/Inter-Black.woff2') format('woff2');
    font-weight: 900;
}

@font-face {
    font-family: 'Vazirmatn';
    src:
        local('Vazirmatn'),
        url('./fonts/Vazirtman/Vazirmatn-Regular.woff2') format('woff2');
    font-weight: 400;
}

@font-face {
    font-family: 'Vazirmatn';
    src:
        local('Vazirmatn'),
        url('./fonts/Vazirtman/Vazirmatn-SemiBold.woff2') format('woff2');
    font-weight: 600;
}

@font-face {
    font-family: 'Vazirmatn';
    src:
        local('Vazirmatn'),
        url('./fonts/Vazirtman/Vazirmatn-Bold.woff2') format('woff2');
    font-weight: 700;
}

@font-face {
    font-family: 'Vazirmatn';
    src:
        local('Vazirmatn'),
        url('./fonts/Vazirtman/Vazirmatn-Black.woff2') format('woff2');
    font-weight: 900;
}
