
.ff-damion{
    font-family: 'damion';
    font-weight: normal !important;
}

.fc-white{
    color: var(--textWhite);
}

.fc-primary{
    color: var(--primaryColor);
}

.fw-normal{
    font-weight: normal !important;
}
.fw-bold{
    font-weight: bold !important;
}

.ta-center{
    text-align: center;
}