body {
    direction: rtl;
    text-align: right;
}

body, h1, h2, h3, h4, h5, h6, input, textarea, button {
	font-family: 'iransans', 'Segoe UI', sans-serif, 'Geneva', 'Verdana' !important;
	font-weight: 300;
	direction: rtl;
}

h1 { font-weight: 900; }
h2 { font-weight: bold; }
h3 { font-weight: 500; }
h4, h5, h6 { font-weight: normal; }

.text-ultralight { font-weight: 200; }
.text-light      { font-weight: 300; }
.text-regular    { font-weight: normal; }
.text-medium     { font-weight: 500; }
.text-bold       { font-weight: bold; }
.text-black      { font-weight: 900; }

.text-right   { text-align: right; }
.text-left    { text-align: left; }
.text-center  { text-align: center; }

.text-small    { font-size: 0.8em; }
.text-xsmall   { font-size: 0.6em; }
.text-large    { font-size: 1.2em; }
.text-xlarge   { font-size: 1.4em; }

.text-underline { text-decoration: underline; }

.ltr { direction: ltr; }

blockquote {
	font-weight: 500;
	padding: 10px;
	border: 1px dashed #666;
}

.row {
    flex-direction: row-reverse;
}
