html, body, * {
  font-family: 'Almarai', sans-serif !important;
}

/* Hero section overrides */
.hero-slide-item {
  min-height: 420px !important;
}

.hero-slide-item .row {
  justify-content: center;
}

.hero-slide-item .hero-content {
  text-align: center;
}

.hero-slide-item .hero-btn {
  justify-content: center;
}

@media only screen and (max-width: 479px) {
  .hero-slide-item {
    min-height: 260px !important;
  }
}

/* Selection highlight: purple accent */
/* Darker "burple" selection */
::-moz-selection { background: rgba(79,70,229,.18); color: #fff; }
::selection { background: rgba(79,70,229,.18); color: #fff; }
