@font-face {
    font-family: 'IRANSansWeb';
    src: url('../font/IRANSansWeb.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IRANSansWeb';
    src: url('../font/IRANSansWeb_Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'IRANSansWeb';
    src: url('../font/IRANSansWeb_Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'IRANSansWeb';
    src: url('../font/IRANSansWeb_Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'IRANSansWeb';
    src: url('../font/IRANSansWeb_UltraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'IRANSansWeb';
    src: url('../font/IRANSansWeb_Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

/* Apply font for Persian language */
html:lang(fa) body {
    font-family: 'IRANSansWeb', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

html:lang(fa) .navbar-brand,
html:lang(fa) h1,
html:lang(fa) h2,
html:lang(fa) h3,
html:lang(fa) h4,
html:lang(fa) h5,
html:lang(fa) h6,
html:lang(fa) .btn,
html:lang(fa) .form-control,
html:lang(fa) .dropdown-item {
    font-family: 'IRANSansWeb', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}
