@font-face {
  font-family: "Hermes Maia";
  font-weight: normal;
  font-style: normal;
  src: url("/media/fonts/hermes_maia_3_regular.woff2");
}

@font-face {
  font-family: "Hermes Maia";
  font-weight: bold;
  font-style: normal;
  src: url("/media/fonts/hermes_maia_7_regular.woff2");
}

a {
  color: #06C;
}

main {
  font-family: "Hermes Maia";
  position: fixed;
  inset: 0;
  width: fit-content;
  max-width: 500px;
  height: fit-content;
  margin: auto;
  padding: 10px;
}

.contact {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
