/* vazir-300 */
@font-face {
    font-family: 'Vazirmatn';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Vazir Light'), local('Vazir-Light'),
    url('./fonts/Vazirmatn-Light.woff2') format('woff2'),
    url('./fonts/Vazirmatn-Bold.ttf') format('truetype');
}
/* vazir-regular */
@font-face {
    font-family: 'Vazirmatn';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Vazir Regular'), local('Vazir-Regular'),
    url('./fonts/Vazirmatn-Regular.woff2') format('woff2'),
    url('./fonts/Vazirmatn-Light.ttf') format('truetype');
}
/* vazir-700 */
@font-face {
    font-family: 'Vazirmatn';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Vazir Bold'), local('Vazir-Bold'),
    url('./fonts/Vazirmatn-Bold.woff2') format('woff2'),
    url('./fonts/Vazirmatn-Regular.ttf') format('truetype');
}
