@import url('https://fonts.googleapis.com/css?family=Tajawal&display=swap');

body {
  direction: rtl;
  font-family: 'Tajawal', sans-serif, Tahoma, arial;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: right;
  line-height: 18px;
}
h1 {
  font-size: 20px;
  font-weight: 600;
}
h2 {
  font-size: 18px;
  font-weight: 600;
}
h3 {
  font-size: 17px;
  font-weight: 600;
}
h4, h5, h6 {
  font-size: 16px;
  font-weight: 600;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #ff8a00;
}
.navbar-brand {
  text-decoration: none;
}
