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