@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("https://cdn.jsdelivr.net/npm/geist@1.3.1/dist/fonts/geist-sans/Geist[wght].woff2")
    format("woff2");
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
html.is-smoothing-scroll {
  scroll-behavior: auto;
}
body {
  margin: 0;
  background: var(--ice);
  color: var(--ink);
  font-family: "Geist", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
h1,
h2,
h3,
p,
dl,
dd {
  margin: 0;
}
