// These utilities should only be used for edge-cases that aren't covered by our
// existing patterns or semantic html. E.g. only use .text-bold if you can't use
// the <strong> tag appropriately

.u-font-size-xs            { font-size:   $font-size-xs           !important; }
.u-font-size-small         { font-size:   $font-size-small        !important; }
.u-font-size-base          { font-size:   $font-size-base         !important; }
.u-font-size-large         { font-size:   $font-size-large        !important; }
