@font-face {
  font-family: "Instrument Serif";
  src: url("./fonts/InstrumentSerif-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Geist Mono";
  src: url("./fonts/GeistMono-Variable.ttf") format("truetype-variations");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  color: #171714;
  background: #f4f2eb;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-width: 320px;
  min-height: 100%;
  margin: 0;
}

body {
  min-height: 100svh;
}

main {
  display: grid;
  min-height: 100svh;
  place-items: center;
  padding: 2rem;
}

.announcement {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

h1,
p {
  margin: 0;
}

h1 {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(3.75rem, 13vw, 9rem);
  font-weight: 400;
  line-height: 0.82;
  letter-spacing: -0.045em;
}

.announcement p {
  margin-top: 1.25rem;
  font-family: "Geist Mono", monospace;
  font-size: clamp(0.7rem, 1.2vw, 0.85rem);
  font-weight: 450;
  line-height: 1;
  letter-spacing: 0.09em;
}

footer {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
  color: #8a8983;
  text-align: center;
}

footer p {
  font-family: "Geist Mono", monospace;
  font-size: clamp(0.7rem, 1.2vw, 0.85rem);
  font-weight: 450;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

footer a {
  color: inherit;
  text-decoration: none;
}

footer a:hover,
footer a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
