/* css styles */
body {
  font-family: 'Inter', sans-serif;
}

.navbar-brand img {
  max-height: 40px;
}

.navbar-nav .nav-link:hover {
  text-decoration: underline;
  color: #EAC451 !important;
}

a {
  font-weight: 500;
}

.card {
  border-left: 4px solid #C8102E;
  padding-left: 1rem;
}

footer {
  border-top: 1px solid #eaeaea;
  padding-top: 1rem;
  font-size: 0.9em;
  color: #666;
}

.quarto-about-jolla .about-section {
  margin-top: 0.5rem !important; /* You can adjust this value */
  padding-top: 0 !important;
}

