/* src/style.css */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family:
    system-ui,
    -apple-system,
    sans-serif;
  line-height: 1.6;
  color: #333;
}
.home-page {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
}
h1 {
  margin-bottom: 1rem;
}
.dev-badge {
  position: fixed;
  bottom: 8px;
  left: 8px;
  font-size: 11px;
  color: #888;
  opacity: 0.6;
  pointer-events: none;
}
/*# sourceMappingURL=style.css.map */
