.text-black { color: $almost-black !important; }
.text-white { color: white !important; }
.text-primary { color: $primary-color !important; }
.text-secondary { color: $secondary-color !important; }
.text-gray { color: gray !important; }

.text-center { text-align: center !important;}
.text-left { text-align: left !important;}
.text-right { text-align: right !important;}

.text-center-mobile { @include mobile { text-align: center !important; }}
.text-center-tablet { @include tablet { text-align: center !important; }}
.text-center-desktop { @include desktop { text-align: center !important; }}
.text-left-mobile { @include mobile { text-align: left !important; }}
.text-left-tablet { @include tablet { text-align: left !important; }}
.text-left-desktop { @include desktop { text-align: left !important; }}
.text-right-mobile { @include mobile { text-align: right !important; }}
.text-right-tablet { @include tablet { text-align: right !important; }}
.text-right-desktop { @include desktop { text-align: right !important; }}

.font-weight-bold { font-weight: bold !important; }
.font-weight-semi-bold { font-weight: 600 !important; }

.font-style-italics {
    font-style: italic;
}

.font-0_8em { font-size: 0.8em !important; }
.font-1em { font-size: 1em !important; }
.font-1_25em { font-size: 1.25em !important; }
.font-1_5em { font-size: 1.5em !important; }
.font-1_75em { font-size: 1.17em !important; }
.font-2em { font-size: 2em !important; }
.font-2_25em { font-size: 2.25em !important; }
.font-2_5em { font-size: 2.5em !important; }
.font-2_75em { font-size: 2.75em !important; }
.font-3em { font-size: 3em !important; }
.font-4em { font-size: 4em !important; }
.font-5em { font-size: 5em !important; }