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

/**/

:root {
    --roxo-escuro: #0E0516;
    --bg-rects: rgba(196, 196, 196, 0.2);
    --line-color: #DBDBDA;
    --green: #088444;
    --questrial: 'Questrial', sans-serif;
    --ubuntu: 'Ubuntu', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

a,
a:visited {
    color: inherit;
}

html {
    font-size: 62.5%;
}