.text-white {
    color: white;
}

p {
    color: var(--unnamed-color-ffffff);
    text-align: left;
    letter-spacing: NaNpx;
    color: #FFFFFF;
    opacity: 1;
}

.bold {
    font-weight: bold;
}

.uppercase {
    text-transform: uppercase;
}

.text-size-30 {
    font-size: 30px;
}

.text-size-24 {
    font-size: 25px;
}

.text-size-18 {
    font-size: 18px;
}

.text-size-16 {
    font-size: 16px;
}

.no-margin {
    margin: 0;
}