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

* {
  margin: 0;
  padding: 0;
}

body {
  /*scrollbar-width: none;*/
  /*-ms-overflow-style: none;*/
  /*overflow-y: hidden;*/
  background: linear-gradient(180deg, #000417 0%, #000626 100%) !important;
  box-sizing: border-box;
  font-family: var(--font), sans-serif;
}

body::-webkit-scrollbar {
  display: none;
}

a,
a:hover {
  text-decoration: none;
}

.email {
  color: white;
  text-decoration: none;
}

.email:hover {
  color: var(--ea-green) !important;
}
