/* Minimal extras for subtle polish */
html, body {
  height: 100%;
}

.reveal {
  opacity: 0;
  transform: translateY(8px);
}

/* Optional: smooth font rendering on some browsers */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
