/* Global site styles (light mode) */
/* Make box-sizing predictable application-wide */
*, *::before, *::after { box-sizing: border-box; }

html, body {
  height: 100%;
  margin: 0;
  background: linear-gradient(180deg, #fafbfd 0%, #f4f7fb 100%);
  color: #0f1720; /* dark text */
}

body {
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a { color: #2563eb; }

