/*******************************************************************************
 *      bootstrap & bootstrap-rtl Custom
 *******************************************************************************/
@import url('fontiran.css');

html {
    font-family: sans-serif, irsans;
    font-size: 14px
}

body {
    font-family: irsans, Tahoma,Arial,sans-serif;
    font-size: 14px;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: irsans;
    font-weight: bold;
    color: inherit;
}

h1, .h1 {
    font-size: 24px;
}

h2, .h2 {
    font-size: 22px;
}

h3, .h3 {
    font-size: 20px;
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 14px;
}

h6, .h6 {
    font-size: 12px;
}

