/* Header */
.md-header__button.md-logo {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.md-header__button.md-logo img,
.md-header__button.md-logo svg {
  height: 4.5rem;
  width: 4.5rem;
}

.md-header__title {
  flex-grow: 1;
  font-size: 1.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
/* Dark mode */
[data-md-color-scheme="slate"] {
  --md-default-bg-color: #131313;
}