/* Variables */
/* Main */
body {
  background-color: lightGrey;
  font-family: "Inter Tight", sans-serif;
  font-weight: 300;
}

a:link {
  color: black;
  text-decoration: none;
}

a:hover {
  color: orange;
  text-decoration: none;
}

a:visited {
  color: black;
  text-decoration: none;
}

a:active {
  color: orange;
  text-decoration: none;
}

/* Typography */
h1 {
  font-family: "Inter Tight", sans-serif;
  font-weight: 900;
  font-style: italic;
}