
/* COLORI */

:root {
    --text-color: #333333;
    --text-reversed-color: #fff;
    --title-text-color: #1A58AA;
    --text-color-link: #1A58AA;
    --bg-color: #1A58AA;
    --alternate-bg-color: #fff;
    --alternate-bg-color1: #F2F2F2;
    --alternate-text-color1: #fff;
}

/* DOTS */

:root {
    --dots-width: 10px;
}