:root {
  color-scheme: light dark;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family:
    -apple-system, BlinkMacSystemFont, system-ui, "SF Pro Text",
    "SF Pro Display", "Segoe UI", sans-serif;
  background-color: #fafafa;
  color: #0a0a0a;
}
