@mixin inherit() {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}
