///////////////////////////////// // !THEME / COMPONENTS / HEADINGS ///////////////////////////////// .unl .dcf-subhead { font-weight: 400; font-size: #{ms(-2)}rem; @include ls-2; @include lh-3; @include mb-3; text-transform: uppercase; } .unl-heading-ornament::after { background-color: currentColor; content: ''; display: block; height: 2px; margin-left: .03em; margin-top: 1rem; @include w-6; }