@font-face {
  font-family: Fraunces;
  src: url('/fraunces.ttf') format('truetype');
  font-weight: 100 900;
  font-display: swap;
}

* { box-sizing: border-box; }
html { color-scheme: dark; background: #0b2414; }
body {
  margin: 0;
  color: #f4ecd8;
  font-family: system-ui, sans-serif;
  background: radial-gradient(ellipse at 50% 40%, #1c3927 0%, #0b2414 65%);
}
main {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 1.5rem;
  text-align: center;
}
.wordmark {
  margin: 0 0 1rem;
  color: #d0ab55;
  font-family: Fraunces, Georgia, serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -.04em;
}
img {
  display: block;
  width: min(17rem, 65vw);
  height: auto;
  max-height: 47svh;
  object-fit: contain;
}
h1 {
  margin: 1.4rem 0 .65rem;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(2.75rem, 7vw, 4.5rem);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -.05em;
}
.tagline { margin: 0; font-size: 1.0625rem; line-height: 1.6; }
.platforms {
  margin: 2rem 0 0;
  color: #c5c6b9;
  font-size: .875rem;
  line-height: 1.6;
  letter-spacing: .04em;
}
