/* css styles */

@import url("https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap");

/* Navigation hover box effect */
.navbar-nav .nav-link:hover {
  background-color: rgba(120, 35, 35, 0.2);
  border-radius: 4px;
  transition: background-color 0.2s ease;
}

/* Consistent navbar height across themes */
.navbar {
  min-height: 3.5rem;
  padding: 0.5rem 1rem;
}

/* TOC active link styling */
.sidebar nav[role="doc-toc"] ul > li > a.active,
.sidebar nav[role="doc-toc"] ul > li > ul > li > a.active {
  font-weight: bold;
}

/* Additional custom styles if needed */

.quarto-post,
.anchored {
  border-bottom: 1px solid #7d7d7d68 !important;
}

.navbar-title {
  font-weight: bold;
}