.text-primary {}
.text-secondary {}
.text-success {}
.text-danger {}
.text-warning {}
.text-info {}
.text-light {}
.text-dark {}
.text-muted {}
.text-white {}

.text-style_1 {
    color: var(--sknz_orange);
}

.text-style_2 {
    color: var(--sknz_dark_grey);
}