/* Transform navigation and tab link text to lowercase */
.md-nav__link,
.md-tabs__link {
  text-transform: lowercase;
}
