// FONT SIZE
.text-sm { font-size: $font-size-small }
.text-smd { font-size: 14px }
.text-base { font-size: $font-size-normal }
.text-md { font-size: $font-size-medium }
.text-lg { font-size: $font-size-large }
.text-xlg { font-size: $font-size-xlarge }

// FONT WEIGHT
.font-normal { font-weight: $font-weight-normal }
.font-medium { font-weight: $font-weight-medium }
.font-bold { font-weight: $font-weight-bold }

// ALIGN
.text-left { text-align: left }
.text-center { text-align: center }
.text-right { text-align: right }

// VERTICAL ALIGN
.align-middle { vertical-align: middle }
