

@font-face {
    font-family: 'Vazir';
    font-style: normal;
    font-weight: 900;
    src: url('./Black.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Vazir';
    font-style: normal;
    font-weight: 700;
    src: url('./Bold.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Vazir';
    font-style: normal;
    font-weight: 800;
    src: url('./ExtraBold.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Vazir';
    font-style: normal;
    font-weight: 200;
    src: url('./ExtraLight.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Vazir';
    font-style: normal;
    font-weight: 300;
    src: url('./Light.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Vazir';
    font-style: normal;
    font-weight: 500;
    src: url('./Medium.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Vazir';
    font-style: normal;
    font-weight: 400;
    src: url('./Regular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Vazir';
    font-style: normal;
    font-weight: 600;
    src: url('./SemiBold.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Vazir';
    font-style: normal;
    font-weight: 100;
    src: url('./Thin.ttf') format('truetype');
    font-display: swap;
}
