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