body #funky-canvas {
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
}
.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(--ozwt-blue);
}

.text-style_2 {
    color: var(--ozwt-orange);
}

.text-style_3 {
    color: var(--ozwt-red);
}

.text-style_4 {
    color: var(--ozwt-yellow);
}

.text-style_5 {
    color: var(--ozwt-green);
}

.text-style_6 {
    color: var(--ozwt-pink);
}

