/**
 * CSS personalizado
 */

/* Exemplo */

:root{
    --brand-color:#FAAF1B;
}

.custom-button{
    background:var(--brand-color);
}