/* ------ MAIN STYLES ------ */

body {
    direction: rtl;
    font-family: 'WYekan';
}

p, small {
    font-family: 'WYekan';
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'IRANSans';
    font-weight: bold;
}

.pull-end {
    float: left;
}

.pull-start {
    float: right;
}

.text-start {
    text-align: right;
}

.text-end {
    text-align: left;
}

.header .top-nav ul {
    float: right;
}