@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url('./inter-latin.woff2') format('woff2-variations');
}
:root {
  color-scheme: dark;
  font-family: Inter, sans-serif;
  color: #eeeae3;
  background: #202020;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  --paper: #eeeae3;
  --muted: #b3ada8;
  --accent: #d9a2b0;
  --wine: #582532;
  --line: #49443f;
  --ink: #202020;
  --panel: #292526;
  --mono: ui-monospace, SFMono-Regular, Menlo, monospace;
}
