﻿/* rtl.css */

html, body {
    direction: rtl;
    text-align: right;
}

body {
    font-family: 'IRANSans' !important;
}

/* Common UI direction rules */
.container, .content, .header, .footer {
    text-align: right;
}

img, input, button, textarea, label, div, p, span, h1, h2, h3, h4, h5, h6 {
    direction: rtl;
}