@font-face {
  font-family: headerFont;
  src: url(../../assets/fonts/League_Spartan/LeagueSpartan-SemiBold.ttf);
}
@font-face {
  font-family: textFont;
  src: url(../../assets/fonts/Outfit/Outfit-Regular.ttf);
}
html {
  background: #000c40;
}

body {
  font-family: textFont, Roboto, "Helvetica Neue", Arial, sans-serif;
  color: white;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-y: auto;
  margin: 0 auto;
  scroll-behavior: smooth;
}

section,
footer {
  padding-top: 10rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: headerFont, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #ffed00;
}

body {
  width: 80%;
  max-width: 125rem;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

h1,
p {
  text-align: center;
}

h1,
a {
  color: #ffed00;
}

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