.navigation .menu-button i.fa-bars::before {
  content: "\2630";
  font-family: inherit;
  font-weight: 700; }

.navigation .navigation-title {
  text-transform: none;
  letter-spacing: 0.12rem; }

/* Keep the theme toggle present but visually quiet. */
.float-container {
  right: 1.2rem;
  bottom: 1.2rem; }

.float-container #dark-mode-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  font-size: 1.4rem;
  line-height: 1;
  border-radius: 999px;
  opacity: 0.28;
  transition: opacity 0.2s ease, transform 0.2s ease; }

.float-container #dark-mode-toggle span {
  display: block;
  line-height: 1;
  transform: translateX(-0.02rem); }

.float-container #dark-mode-toggle:hover,
.float-container #dark-mode-toggle:focus {
  opacity: 0.72;
  transform: translateY(-1px); }

/*# sourceMappingURL=custom.css.map */