/* ABK: Custom font sizes and header style */
.md-header__title {
  font-size: 1.4rem;
  font-weight: 600;
}

/* ABK: Slightly rounded logo */
.md-header__button.md-logo img {
  border-radius: 8px;
}

/* ABK: Optional background tint for header */
.md-header {
  background-color: #ffcc66;
}
