/* entrebook — green accent overrides on minty */

/* Sidebar section headers */
.sidebar-section > .sidebar-item-text {
  color: #2d6a4f;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}

/* Active sidebar link */
.sidebar-item-container .active {
  color: #1b4332;
  font-weight: 600;
}

/* Navbar */
.navbar {
  background-color: #2d6a4f !important;
}

.navbar-brand,
.navbar-nav .nav-link {
  color: #fff !important;
}

/* Body text */
body {
  font-family: "Georgia", serif;
}
