/* Brand pink for the site title in the header */
.md-header__title,
.md-header__title .md-ellipsis,
.md-header__topic > .md-ellipsis {
  color: #E32B95;
  font-weight: 600;
}

/* Subtle separation under the white header */
.md-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: none;
}

/* Larger wordmark + give the header some breathing room around it */
.md-header__button.md-logo {
  padding: 0.4rem 0.6rem;
}
.md-header__button.md-logo img,
.md-header__button.md-logo svg {
  height: 2.6rem;
  width: auto;
}

/* Tabs row: cleaner separation, active tab in brand pink */
.md-tabs {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.md-tabs__link--active {
  color: #E32B95;
}
