/* 
    Updated by: You — Replacing Damion and Nunito with DM Sans (Google Font)
*/

/* Text colors */
.fc-white {
    color: var(--textWhite);
}

.fc-primary {
    color: var(--primaryColor);
}

/* Font weight helpers */
.fw-normal {
    font-weight: 400 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

/* Text alignment */
.ta-center {
    text-align: center;
}
