@font-face {
  font-family: "inter";
  src: url("/fonts/Inter-Regular.otf");
}
@font-face {
  font-family: "manrope";
  src: url("/fonts/manrope-regular.otf");
}
body {
  background-color: black;
  line-height: 1.5;
}

.home {
  max-width: 1280px;
  margin: auto;
}

.inner-container {
  max-width: 1040px;
  margin: auto;
}

.home {
  background-color: #0F1113;
  font-family: "inter";
}

.transition {
  transition: all 0.3s ease-in-out;
}

a {
  text-decoration: none;
}

a, button {
  transition: all 0.3s ease-in-out;
}

/*# sourceMappingURL=home.css.map */
