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

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

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

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

html{

    font-family:"Vazir",sans-serif;

}

body{

    font-family:inherit;

    font-weight:400;

    direction:rtl;

    text-rendering:optimizeLegibility;

    -webkit-font-smoothing:antialiased;

    -moz-osx-font-smoothing:grayscale;

}

input,
textarea,
select,
button{

    font-family:inherit;

}

/*==================================================
    HEADINGS
==================================================*/

h1,
h2{

    font-family:inherit;

    font-weight:700;

}

h3{

    font-family:inherit;

    font-weight:600;

}

h4,
h5,
h6{

    font-family:inherit;

    font-weight:500;

}

/*==================================================
    TEXT
==================================================*/

p{

    font-family:inherit;

    font-weight:400;

    line-height:2;

    color:#666;

}

a,
span,
li{

    font-family:inherit;

    font-weight:400;

}

