/*- CORES -*/
:root {
    --azul:    #200078;
    --roxo:    #660066;
    --cinza:   #cccccc;
    --branco:  #f1f1f1;
    --amarelo: #ffcc00;
}

/*- CORPO -*/

body{
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

input, select, textarea{
    font-family: 'Montserrat', sans-serif;
    border-radius: 10px;
    outline: none;
}

a{
    color: var(--azul);
    text-decoration: none;
}