@font-face {
  font-family: "Geist Offline";
  src: url("../fonts/geist-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Geist Mono Offline";
  src: url("../fonts/geist-mono-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --font-geist-sans: "Geist Offline";
  --font-geist-mono: "Geist Mono Offline";
}

noscript {
  display: block;
  margin: 3rem auto;
  max-width: 50rem;
  padding: 1.5rem;
  color: #10233f;
  font: 600 1rem/1.5 Arial, sans-serif;
  text-align: center;
}
