/*
** Kaviani Fonts
*/

@font-face {
    font-family: 'IRANSans';
    font-weight: 100;
    font-style: normal;
    src: url('../fonts/woff2/IRANSansXFaNum-Thin.woff2') format('woff2'),
         url('../fonts/woff/IRANSansXFaNum-Thin.woff') format('woff');
}

@font-face {
    font-family: 'IRANSans';
    font-weight: 200;
    font-style: normal;
    src: url('../fonts/woff2/IRANSansXFaNum-UltraLight.woff2') format('woff2'),
         url('../fonts/woff/IRANSansXFaNum-UltraLight.woff') format('woff');
}

@font-face {
    font-family: 'IRANSans';
    font-weight: 300;
    font-style: normal;
    src: url('../fonts/woff2/IRANSansXFaNum-Light.woff2') format('woff2'),
         url('../fonts/woff/IRANSansXFaNumLight.woff') format('woff');
}

@font-face {
    font-family: 'IRANSans';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/woff2/IRANSansXFaNum-Regular.woff2') format('woff2'),
         url('../fonts/woff/IRANSansXFaNum-Regular.woff') format('woff');
}

@font-face {
    font-family: 'IRANSans';
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/woff2/IRANSansXFaNum-Medium.woff2') format('woff2'),
         url('../fonts/woff/IRANSansXFaNum-Medium.woff') format('woff');
}

@font-face {
    font-family: 'IRANSans';
    font-weight: 600;
    font-style: normal;
    src: url('../fonts/woff2/IRANSansXFaNum-DemiBold.woff2') format('woff2'),
         url('../fonts/woff/IRANSansXFaNum-DemiBold.woff') format('woff');
}

@font-face {
    font-family: 'IRANSans';
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/woff2/IRANSansXFaNum-Bold.woff2') format('woff2'),
         url('../fonts/woff/IRANSansXFaNum-Bold.woff') format('woff');
}

@font-face {
    font-family: 'IRANSans';
    font-weight: 800;
    font-style: normal;
    src: url('../fonts/woff2/IRANSansXFaNum-ExtraBold.woff2') format('woff2'),
         url('../fonts/woff/IRANSansXFaNum-ExtraBold.woff') format('woff');
}

@font-face {
    font-family: 'IRANSans';
    font-weight: 900;
    font-style: normal;
    src: url('../fonts/woff2/IRANSansXFaNum-Black.woff2') format('woff2'),
         url('../fonts/woff/IRANSansXFaNum-Black.woff') format('woff');
}

p, a, span, h1, h2, h3, h4, h5, h6, b, li, body, div, input[type="text"], button, input[type="number"], option, select, textarea, input[type="submit"] {
    font-family: 'IRANSans' !important;
}
input:focus, input[type=text]:active {
    border:0;
    outline: 0;
}
a {
    font-style: normal;
    text-decoration: none;
}

h1 {
    font-size: 2.3rem !important;
    font-weight: 900 !important;
}

h2 {
    font-size: 2rem !important;
    font-weight: 800 !important;
}
h3 {
    font-size: 1.6rem !important;
    font-weight: 700 !important;
}
h4 {
    font-size: 1.2rem !important;
    font-weight: 600 !important;
}
h5 {
    font-size: 0.8rem !important;
    font-weight: 500 !important;
}
.landingClrSpan, .abdLogo, input.headerInput[type=text] {
    color:var(--primary-color);
}
.icon1 {
    font-size:1.4em;
}