body {
  font-family: ui-sans-serif, system-ui;
}

/* Smooth scroll */
html {
  scroll-behavior: smooth;
}

/* glow effect */
h1, h2 {
  text-shadow: 0 0 20px rgba(255,255,255,0.1);
}
