@use 'mixins'; @use '../../values/typography' as typography-values; :root { @include mixins.font-sizes(md); --border-width: #{typography-values.border-width(md)}; }