:root {
  color-scheme: light;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #f5f7fb;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  background: radial-gradient(circle at 20% 20%, #e3f2fd, #f8f9fb 45%, #eef2ff 80%);
}

a {
  color: inherit;
  text-decoration: none;
}

main {
  padding: 24px;
}
