@import url(https://fonts.googleapis.com/css?family=Roboto);
:root {
    --fonte-titulos:Roboto;
    --fonte-padrao:Roboto;
    --fonte-menu:Roboto;
    --cor-valor: rgb(255, 0, 0);
    --cor-titulos: rgb(255, 159, 14);
    --topo-fundo1: rgba(255, 255, 255, 0.8);
    --topo-texto1: rgb(0, 0, 0);
    --topo-fundo2: rgba(255, 255, 255, 0.7);
    --topo-texto2: rgba(255, 255, 255, 0.7);
    --topo-fundo3: rgba(255, 255, 255, 0.7);
    --topo-texto3: rgb(0, 0, 0);
    --rodape-fundo1: rgb(240, 240, 233);
    --rodape-fundo2: rgb(214, 214, 208);

}
