* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Segoe UI", system-ui, sans-serif;
  background: radial-gradient(circle at top, #020617, #000);
  color: #e5e7eb;
  overflow-x: hidden;
}
.low-motion * {
  animation: none !important;
  transition: none !important;
}

html, body {
  min-height: 100%;
  scroll-behavior: smooth;
}
