:root {
  --bs-font-family-heading: 'Outfit', sans-serif;
}

body {
  color: #ffffff;
  line-height: 1.7;
}

.navbar {
  background-color: #000;
}

.bg-gradient-body {
  background-image: linear-gradient(180deg, rgba(15, 23, 42, 0.92) 0%, rgba(15, 23, 42, 0.92) 70%, rgba(11, 14, 20, 0.9) 85%, #000 100%);
  background-color: #060b16;
}

.reduced-height {
  width: 100%;
  height: 320px;
  max-height: 360px;
  object-fit: cover;
  object-position: center;
  display: block;
}

@media (max-width: 768px) {
  .reduced-height {
    height: auto;
  }
}

.cta-box {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1rem;
  padding: 1.75rem;
  background: rgba(255, 255, 255, 0.05);
}

.article-body {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.article-body img {
  margin-bottom: 2.5rem;
}
