
html,
body
{
 font-family: "Cairo", Helvetica, Arial, sans-serif ;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .btn{
font-family: "Cairo", Helvetica, Arial, sans-serif ;

}

.alt-font {font-family: 'Cairo', sans-serif; font-weight: 700}
.main-font {font-family: 'Cairo', sans-serif;}

.font-weight-100 {font-weight:100}
.font-weight-200 {font-weight:200}
.font-weight-300 {font-weight:300}
.font-weight-400 {font-weight:400}
.font-weight-500 {font-weight:500}
.font-weight-600 {font-weight:600}
.font-weight-700 {font-weight:700}
.font-weight-800 {font-weight:800}
.font-weight-900 {font-weight:900}
 
body {
  text-align: right; }

.ltr {
  direction: rtl; }

.text-left {
  text-align: right !important; }

.text-right {
  text-align: left !important; }

.navbar-toolbar {
  float: right; }

.text-md-start {
    text-align: right !important;
}
.search-button {
    border-top-left-radius: 30px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 30px !important;
}
