html {
  overflow-x: hidden !important;
}

body {
  font-family: var(--agharti-regular-wide-font) !important;
  color: var(--white-color);
}

header {
  position: sticky !important;
  position: -webkit-sticky !important;
  top: 0 !important; /* required */
  z-index: 999 !important;
  font-family: var(--agharti-bold-font) !important;
  letter-spacing: 5px !important;
}

footer {
  background-color: #010101;
}

strong {
    font-family:var(--agharti-bold-font) !important;
}
