/* Placeholder pages: white, Inter, a heading. Nothing else yet. */
@font-face {
  font-family: "Inter";
  src: url("/fonts/InterVariable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

html {
  color-scheme: light;
}

body {
  margin: 0;
  padding: 40px;
  background: #ffffff;
  color: #000000;
  font-family: Inter, system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
}

h1 {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
}
