@font-face {
  font-family: 'PreisicavLt';
  src: url('../../global/fonts/PresicavLt-Regular.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  
}
@font-face {
  font-family: 'PresicavRg';
  src: url('../../global/fonts/PresicavRg-Regular.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'ArabicFontDefault';
  src: url('../../global/fonts/alarabiya-normal.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.navbar-expand-xl .navbar-nav .nav-link {
  font-weight: 700;
  text-transform: uppercase !important;
  letter-spacing: 1px;
  font-family: 'Roboto Condensed', sans-serif;
}
/* .font-open{
    font-family: 'Roboto Condensed', sans-serif;
} */
h1, h2, h3, h4, h5, h6, .font-mont  {
  font-family: "Assistant", sans-serif !important;
}
p, body {
  font-family: 'Raleway', sans-serif;
  font-weight: 300 !important;
}
.navbar-brand {
  margin-left: 1rem;
}

@media only screen and (max-width: 600px) {
  .navbar-brand {
    width: 50% !important;
  }
}