.tag {
  font-family: var(--font-secondary-stack);
  font-weight: var(--font-secondary-weight);
  font-style: var(--font-secondary-style);
  font-stretch: var(--font-secondary-width);
  border-radius: 4px;
}
.tag b, .tag strong {
  font-weight: var(--font-secondary-bold);
}
.tag i, .tag em {
  font-style: var(--font-secondary-italic);
}