/* src/style.css */
:root {
  color-scheme: dark;
}
html,
body {
  margin: 0;
  min-height: 100vh;
  font-family:
    system-ui,
    -apple-system,
    "Segoe UI",
    "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Noto Sans JP",
    sans-serif;
  background: #0e0a0b;
  color: #f4eeee;
}
* {
  box-sizing: border-box;
}
/*# sourceMappingURL=main.css.map */
