@import url(https://fonts.googleapis.com/css?family=Roboto);
:root {
    --fonte-titulos:Roboto;
    --fonte-padrao:Arial;
    --cor-valor: rgb(255, 0, 0);
    --cor-padrao: rgb(254, 152, 15);
    --topo-fundo: rgb(240, 240, 233);
    --rodape-fundo: rgb(214, 214, 208);

}
