/* Fontes personalizadas */
@font-face {
    font-family: Montserrat;
    src: url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap');
    font-display: swap;
}

@font-face {
    font-family: Poppins;
    src: url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');
    font-display: swap;
}

@font-face {
    font-family: Nunito;
    src: url(../font/Nunito-Regular.ttf);
    font-display: swap;
}

@font-face {
    font-family: Nunito;
    src: url(../font/Nunito-Bold.ttf);
    font-weight: bold;
    font-display: swap;
}

@font-face {
    font-family: Nunito;
    src: url(../font/Nunito-Italic.ttf);
    font-style: italic;
    font-display: swap;
}

/* Estilos para a fonte */
.ff-damion {
    font-family: 'Montserrat', sans-serif; /* Substituindo Damion por uma fonte mais profissional */
    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;
}
