/* ***** Agus Sans ***** */
@font-face {
  font-family: "Agus Sans";
  src: local("Agus Sans Regular"), local("AgusSans-Regular"), url("./fonts/AgusSans-Regular.woff2") format("woff2"), url("./fonts/AgusSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* ***** Aeonik ***** */
@font-face {
  font-family: "Aeonik";
  src: local("Aeonik Regular"), local("Aeonik-Regular"), url("./fonts/Aeonik-Regular.woff2") format("woff2"), url("./fonts/Aeonik-Regular.woff") format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Aeonik";
  src: local("Aeonik Bold"), local("Aeonik-Bold"), url("./fonts/Aeonik-Bold.woff2") format("woff2"), url("./fonts/Aeonik-Bold.woff") format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}
html, body {
  height: 100%;
}

body {
  background-color: black;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: white;
  display: flex;
  gap: 10px;
}
body > hgroup {
  flex-direction: column;
  display: flex;
  gap: 10px;
}
body > hgroup > h1 {
  font-family: "Agus Sans", sans-serif;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 14px;
  margin: 0;
}
body > hgroup > h2 {
  font-family: "Aeonik", sans-serif;
  font-weight: bold;
  line-height: 1.2;
  font-size: 50px;
  margin: 0;
}
body > p {
  font-family: "Aeonik", sans-serif;
  line-height: 1.2;
  font-size: 12px;
  margin: 0;
}
body > figure {
  margin: 40px 0 0 0;
}/*# sourceMappingURL=style.css.map */