@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Orbitron&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /* 62.5% is like 10px */
  overflow-x: hidden;
}

body {
  font-family: "Source Sans 3", sans-serif;
  line-height: 1;
  font-weight: 400;
  color: #555;
  overflow-x: hidden;
}

p,
a,
span,
i {
  font-size: 1.4rem;
}

h5 {
  font-size: 1.6rem;
  font-family: "Orbitron", sans-serif;
}

h4 {
  font-size: 1.8rem;
  font-family: "Orbitron", sans-serif;
}

h3 {
  font-size: 2rem;
  font-family: "Orbitron", sans-serif;
}

h2 {
  font-size: 2.2rem;
  font-family: "Orbitron", sans-serif;
}

h1 {
  font-size: 2.4rem;
  font-family: "Orbitron", sans-serif;
}

html {
  font-size: 62.5%;
}/*# sourceMappingURL=index.css.map */