/* FONT SIZE */
.Fz\(0\.75\) {font-size: 0.75rem}
.Fz\(0\.875\) {font-size: 0.875rem}
.Fz\(1\) {font-size: 1rem}
.Fz\(1\.25\) {font-size: 1.25rem}
.Fz\(1\.5\) {font-size: 1.5rem}
.Fz\(2\) {font-size: 2rem}
.Fz\(3\) {font-size: 3rem}
.Fz\(4\) {font-size: 4rem}


/* FONT WEIGHT */
.Fw\(300\) {font-weight: 300}
.Fw\(600\) {font-weight: 600}


/* COLORS */
.C\(red-one\) {color: var(--color-red-one)}
.C\(white\) {color: white}


/* MARGINS */
.Mt\(8px\) {margin-top: 8px}
.Mb\(5px\) {margin-bottom: 5px}


/* HEIGHT */
.H\(100\%\) {height: 100%}


/* TEXT ALIGN */
.Ta\(j\) {text-align: justify}


/* VERTICAL ALIGN */
.Va\(tb\) {vertical-align: text-bottom}
.Va\(ba\) {vertical-align: baseline}
.Va\(m\) {vertical-align: middle}


/* TEXT DECORATION */
.Td\(u\) {text-decoration: underline !important}