:root {
  --academic-blue: #163a5f;
  --academic-gold: #b38b2e;
  --soft-background: #f6f8fb;
}

.navbar {
  border-bottom: 3px solid var(--academic-gold);
}

.navbar-brand {
  font-weight: 700;
  letter-spacing: 0.01em;
}

h1, h2, h3 {
  color: var(--academic-blue);
}

.quarto-title-banner {
  background: linear-gradient(135deg, #f7f9fc, #edf2f7);
}

.about-entity .about-link {
  border-radius: 999px;
}

.callout {
  border-radius: 0.5rem;
}

footer.footer {
  border-top: 1px solid #dfe5ec;
}
