@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');

/* Global */

* {
    font-family: 'Roboto', sans-serif;
    color: #000000;
}

h1 {

}


/* Custom */

.topo {
    background-color: #000000;
    
}
.topo p {
    color: #92BEE3;
}