html {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  color: #0d1830;
  background: #fffdf9;
}

body {
  margin: 0;
  min-height: 100vh;
  text-align: center;
}

.logo {
  width: 25vw;
  height: 25vw;
  margin-top: min(25vw, 25vh, 12rem);
}

.wordmark {
  font-family: "Fredoka", fixed;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  margin: 2rem 0 1rem;
  font-size: clamp(2rem, 10vw, 20rem);
  letter-spacing: -0.04em;
}

p {
  color: #536075;
  font-size: 1.1rem;
}
