html,
body {
  font-size: 15px !important;
  font-weight: 400;
  font-family: "Tajawal", sans-serif;
}

/* Google Fonts */
/* tajawal-200 - arabic */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Tajawal';
  font-style: normal;
  font-weight: 200;
  src: url(/build/fonts/tajawal-v10-arabic-200.f235dba8.woff2) format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* tajawal-300 - arabic */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Tajawal';
  font-style: normal;
  font-weight: 300;
  src: url(/build/fonts/tajawal-v10-arabic-300.e27127d2.woff2) format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* tajawal-regular - arabic */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Tajawal';
  font-style: normal;
  font-weight: 400;
  src: url(/build/fonts/tajawal-v10-arabic-regular.16c44194.woff2) format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* tajawal-500 - arabic */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Tajawal';
  font-style: normal;
  font-weight: 500;
  src: url(/build/fonts/tajawal-v10-arabic-500.fb4441c8.woff2) format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* tajawal-700 - arabic */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Tajawal';
  font-style: normal;
  font-weight: 700;
  src: url(/build/fonts/tajawal-v10-arabic-700.b1677f8d.woff2) format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* tajawal-800 - arabic */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Tajawal';
  font-style: normal;
  font-weight: 800;
  src: url(/build/fonts/tajawal-v10-arabic-800.56c6f000.woff2) format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* tajawal-900 - arabic */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Tajawal';
  font-style: normal;
  font-weight: 900;
  src: url(/build/fonts/tajawal-v10-arabic-900.8ceda620.woff2) format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* Navigation bar */
.nav-link {
  font-weight: 700;
}
.languages-bar span{
  font-size: 16px !important;
  font-weight: 700;
}

/* Tiny slider */
.tns-carousel {
  display: flex;
  flex-direction: row-reverse;
}

/* Syndic Sidebar */
#syndic-sidebar-nav .syndic-sidebar-nav-label{
  font-size: 1.3rem !important;
}

/* Data Tables */
.dataTables_wrapper .dataTables_empty {
    color: var(--bs-text-muted) !important;
    text-align: center;
}


/* Date Picker */
.tempus-dominus-widget.light .date-container-days .dow, .tempus-dominus-widget.dark .date-container-days .dow  {
  font-size: 0.7rem !important;
}

