@font-face {
  font-family: 'IRANSansXV';
  src: url("../fonts/IRANSansXV.woff") format("woff-variations"), url("../fonts/IRANSansXV.woff") format("woff");
  font-weight: 100 900;
  font-display: fallback
}

@font-face {
  font-family: IRANSansX;
  src: url("../fonts/IRANSansX-Regular.woff") format("woff")
}

@font-face {
  font-family: IRANSansX;
  src: url("../fonts/IRANSansX-Bold.woff") format("woff");
  font-weight: 700
}

body {
  direction: rtl;
  font-family: IRANSansXV, IRANSansX, Tahoma;
}

.btn-center {
  float: center !important;
}

.radio-right {
  float: right;
}

.text-really-right {
  text-align: right !important;
}

.header-color {
  background-color: #222831;
}
.body-color {
  background-color: #393E46;
}
.footer-color {
  background-color: #00ADB5;
}

.question-odd {
  background-color: #3F72AF;
}

.question-even {
  background-color: #112D4E;
}