@import '../../../styles/utilities'; .headingCommon { @apply heading-1 font-heading text-left; &.highlight { color: var(--negative); } &.light { color: var(--white); } &.center { @apply text-center; } }