*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root{
    --fundo: #161123;
    --link: #fb8e00;
    --text: #f4f4f4;
    --title: #008eba;
}
body {
    font-family: Arial, sans-serif;
    background: #161123 !important;
    height: 3000px;
}
a, button {
    color: var(--link);
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    &:hover {
        filter: brightness(0.8);
    }
}

@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Orbitron:wght@400..900&family=Rajdhani:wght@300;400;500;600;700&display=swap');

.orbitron {
  font-family: "Orbitron", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.exo-2 {
  font-family: "Exo 2", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.rajdhani {
  font-family: "Rajdhani", sans-serif !important;
  font-weight: 300;
  font-style: normal;
}