.rambla-regular {
  font-family: "Rambla", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.rambla-bold {
  font-family: "Rambla", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.rambla-regular-italic {
  font-family: "Rambla", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.rambla-bold-italic {
  font-family: "Rambla", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.forum-regular {
  font-family: "Forum", serif;
  font-weight: 400;
  font-style: normal;
}


/* Reset default margins and set box sizing */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Base typography and body styles */
body {
  position: relative;
  font-family: "Rambla", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.6;
  color: #e7e0d6;
  background-color: #0c1412;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 2rem;
  text-align: center;
}

.logo {
  width: min(70vw, 14rem);
  height: auto;
}

.coming-soon {
  font-family: "Forum", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(2rem, 5vw, 3.25rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #c99a3c;
  margin-top: -0.5rem;
}

.subtitle {
  font-family: "Rambla", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.1rem;
  color: #c7c2b3;
  max-width: 32ch;
  margin-top: -1rem;
}
