footer.bg-body {
  --bs-body-bg: #000;
  --bs-body-color: #fff;
  background-color: var(--bs-body-bg) !important;
  color: var(--bs-body-color) !important;
}
footer .text-body,
footer p {
  color: #fff !important;
}
footer svg {
  color: #fff !important;
  transition: opacity 0.2s ease;
}
footer a:hover svg {
  opacity: 0.7;
}
.content-section {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.content-section .row {
  max-width: 58rem;
  margin-left: auto;
  margin-right: auto;
}
.content-section p {
  font-family: 'Inter', sans-serif !important;
  font-weight: 400 !important;
  font-size: 1.05rem !important;
  line-height: 1.75 !important;
  text-align: justify !important;
  margin-bottom: 1.5rem !important;
  max-width: 52ch;
}
.content-section p:last-child {
  margin-bottom: 0 !important;
}
.content-section h1 {
  font-family: 'Inter', sans-serif !important;
  font-weight: 800 !important;
  font-size: 2.6rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  line-height: 1.1 !important;
  margin-bottom: 0 !important;
}
.section-body-text {
  margin-top: 2.5rem;
  padding-left: 2.5rem;
}
@media (max-width: 576px) {
  .section-body-text {
    padding-left: 0;
  }
  .content-section h1 {
    font-size: 2rem !important;
  }
}
#about,
#contact,
#tara_workshops,
#practices_and_disciplines {
  background-color: #000;
  color: #fff;
}
#tara_workshops_selected_structures h1 {
  font-size: 1.5rem !important;
}

#tara_workshops_selected_structures h2 {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  color: #000;
  margin-bottom: 0.1rem !important;
  font-weight: 400;
}

#tara_workshops_selected_structures .row {
  margin-bottom: 2rem;
}
#tara_workshops_selected_structures .container + .container {
  margin-top: 4rem;
}
#tara_workshops_selected_structures img.img-fluid {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}
section.hero-section {
  position: relative;
  background: url("/assets/img/pexels-nikola-kojevic-1608684723-31364899.jpg") center / cover no-repeat;
}
section.hero-section .container,
section.hero-section h1 {
  position: relative;
  z-index: 2;
}
#spaces_and_infrastructure .image-box {
  height: 1000px;
  width: 100%;
  overflow: hidden;
}
#spaces_and_infrastructure .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-thumb {
  height: 220px;
  object-fit: cover;
}

.navbar .nav-link {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}


#field_projects p,
#tara_workshops p,
#practices_and_disciplines p,
#spaces_and_infrastructure p,
#public_program p,
#about p,
#program p {
  max-width: 100%;
}