@font-face {
  font-family: "GW Primos";
  src: url("/public/gwprimos-regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
html,
body {
  margin: 0;
  padding: 0;
  font-size: 100%;
  overflow-x: hidden;
  position: relative;
  min-height: 800px;
}
@media (max-width: 768px) {
  html,
  body {
    font-size: 90%;
  }
}

body {
  padding: 2rem 1rem;
  background-color: #5c6347;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}

.submark,
h1,
p,
.button {
  flex-shrink: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "GW Primos", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  color: white !important;
}

p,
a {
  font-family: "Sometype Mono", monospace;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  color: inherit;
  max-width: 800px;
  color: white !important;
}

p {
  color: #1c1c1f;
  line-height: 175%;
}

.submark {
  width: 80px;
  height: auto;
}

h1 {
  max-width: 700px;
  font-size: 3rem;
  line-height: 115%;
  color: #5c6347;
}
@media (max-width: 768px) {
  h1 {
    font-size: 1.75rem;
  }
}

.background {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.2;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
}

.button {
  display: inline-flex;
  padding: 1rem 2rem;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #ccb58c;
  text-transform: uppercase;
  color: #000 !important;
}

.logo-container {
  position: absolute;
  bottom: 1rem;
  box-sizing: border-box;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 1rem;
}
.logo-container img {
  width: 100px;
  height: auto;
}
@media (max-width: 768px) {
  .logo-container img {
    width: 80px;
  }
}

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