

/*=========================================================
    IRANSans
=========================================================*/

@font-face{

    font-family:"IRANSans";

    src:url("../fonts/IRANSans-web.eot");

    src:
            url("../fonts/IRANSans-web.eot?#iefix") format("embedded-opentype"),
            url("../fonts/IRANSans-web.woff2") format("woff2"),
            url("../fonts/IRANSans-web.woff") format("woff");

    font-weight:400;

    font-style:normal;

    font-display:swap;

}

@font-face{

    font-family:"Vazir";

    src:url("../fonts/Vazir-Medium-FD.eot");

    src:
            url("../fonts/Vazir-Medium-FD.eot?#iefix") format("embedded-opentype"),
            url("../fonts/Vazir-Medium-FD.woff2") format("woff2"),
            url("../fonts/Vazir-Medium-FD.woff") format("woff");

    font-weight:500;

    font-style:normal;

    font-display:swap;

}

@font-face{

    font-family:"Yekan";

    src:url("../fonts/Yekan.eot");

    src:
            url("../fonts/Yekan.eot?#iefix") format("embedded-opentype"),
            url("../fonts/Yekan.woff") format("woff");

    font-weight:400;

    font-style:normal;

    font-display:swap;

}
/*=========================================================
    ROOT FONT
=========================================================*/

:root{

    --font-default:"IRANSans","Vazir","Yekan",Tahoma,Arial,sans-serif;

}

/*=========================================================
    GLOBAL
=========================================================*/

html{

    font-family:var(--font-default);

    font-size:14px;

    line-height:1.7;

    -webkit-text-size-adjust:100%;

}

body{

    font-family:var(--font-default);

    direction:rtl;

    text-align:right;

    color:#263238;

    font-weight:400;

    text-rendering:optimizeLegibility;

    -webkit-font-smoothing:antialiased;

    -moz-osx-font-smoothing:grayscale;

}

/*=========================================================
    FORM
=========================================================*/

input,
textarea,
select,
button{

    font-family:var(--font-default);

    font-size:14px;

}

option{

    font-family:var(--font-default);

}

/*=========================================================
    TITLES
=========================================================*/

h1,
h2,
h3,
h4,
h5,
h6{

    font-family:"IRANSans","Vazir",Tahoma,sans-serif;

    font-weight:700;

}

strong,
b{

    font-family:"IRANSans","Vazir",Tahoma,sans-serif;

    font-weight:700;

}

/*=========================================================
    SMALL TEXT
=========================================================*/

small{

    font-size:12px;

}

/*=========================================================
    LINK
=========================================================*/

a{

    font-family:inherit;

    text-decoration:none;

}

/*=========================================================
    TABLE
=========================================================*/

table{

    font-family:inherit;

}

th{

    font-family:"IRANSans","Vazir";

    font-weight:700;

}

/*=========================================================
    CODE
=========================================================*/

code,
pre{

    font-family:Consolas,
    "Courier New",
    monospace;

}

/*=========================================================
    END
=========================================================*/