@import url('https://fonts.googleapis.com/css2?family=Jomhuria&display=swap');

body {
  font-family: 'Gotham', Arial, sans-serif;
  font-size: 1rem;
  color: #222;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Jomhuria', cursive;
  font-weight: normal;
  letter-spacing: 0.5px;
}
.utility-tagline {
  color: #ffffff;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.06em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}