| HTML Class | Value | Description |
| col-red | color: red; |
Change the Font color to Red |
| col-green | color: green; |
Change the Font color to green |
| col-black | color: black; |
Change the Font color to black |
| col-blue | color: blue; |
Change the Font color to blue |
| col-yellow | color: yellow; |
Change the Font color to yellow |
| col-d-green | color: darkgreen; |
Change the Font color to darkgreen |
| col-d-red | color: darkred; |
Change the Font color to darkred |
| col-d-blue | color: darkblue; |
Change the Font color to darkblue |
| col-orange | color: orange; |
Change the Font color to orange |
| col-l-green | color: lightgreen; |
Change the Font color to lightgreen |
| col-l-blue | color: lightblue; |
Change the Font color to lightblue |
| col-white | color: white; |
Change the Font color to white |
| col-gray | color: gray; |
Change the Font color to gray |
| font(2-4) | font-size: (2-4)rem; | |
| font-w-300 | font-weight: 300; | |
| font-w-400 | font-weight: 400; | |
| font-w-500 | font-weight: 500; | |
| font-w-600 | font-weight: 600; | |
| font-w-700 | font-weight: 700; | |
| font-w-800 | font-weight: 800; | |
| font-w-900 | font-weight: 900; |