/* DISPLAY */
.D\(ib\) {
  display: inline-block;
}



/* FONT SIZE */
.Fz\(0\.75\) {font-size: 0.75rem}
.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}