/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

/* aumenta base para todo o corpo do questionário */
body,
.question-container,
.answer-container,
.question-text,
.survey-question-help,
.em-tip,                      /* mensagens de validação */
.alert                        /* caixas de alerta */
{
    
  font-size: 17px !important;   /* ajuste o número a seu gosto */
  
}

/* se quiser títulos ainda maiores */
h1, h2, h3 {
    
  font-size: calc(1.2em + .3vw) !important;
  
}
