/* Project pages inherit nothing from the site. Start from whatever you like. */
:root { color-scheme: light dark; }

body {
  margin: 0;
  font: 1rem/1.6 system-ui, sans-serif;
  padding: clamp(1rem, 4vw, 3rem);
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
