@font-face {
  font-family: "Nabana";
  src: url("/assets/fonts/nabana-shadow-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: light;
  background: #f5f2e9;
  color: #ad3f2c;
  -webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; }
body { margin: 0; }
main {
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 24px 6%;
}
.wordmark {
  margin: 0;
  font-family: "Nabana", Georgia, serif;
  font-weight: 700;
  font-size: clamp(48px, 22vw, 300px);
  line-height: 1.1;
  letter-spacing: -.025em;
  text-align: center;
}
