@font-face {
  font-family: 'Careem';
  src: url('https://amr099.github.io/Fonts/CAREEM.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Careem', sans-serif;
}

.image-title {
    border: 2px solid var(--color-primary);
    border-radius: 1rem;
}

.landing-page-first-banner h1 {
    filter: drop-shadow(2px 4px 6px black);
}