/******************
    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
*/
/* Gör texten på startsidan svart */
.survey-welcome .welcome-container,
.survey-welcome h1,
.survey-welcome p,
.survey-welcome span {
    color: #000000 !important;
}
/* Rubriken (h1) ska vara fet */
.survey-welcome h1 {
    font-weight: bold !important;
}

/* Brödtext och annan text ska vara normalvikt */
.survey-welcome p,
.survey-welcome span,
.survey-welcome div {
    font-weight: normal !important;
}