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

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

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

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

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

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

:root {
    --font-sans: "Vazir", Tahoma, Arial, sans-serif !important;
    --font-outfit: "Vazir", Tahoma, Arial, sans-serif !important;
}

html,
body,
button,
input,
select,
textarea {
    font-family: "Vazir", Tahoma, Arial, sans-serif !important;
}

body {
    letter-spacing: normal;
}
