/* Custom overrides for 937.design.www
   Keep experimental and final visual tweaks here so index.html can stay stable.
*/

:root {
  --custom-section-gap: 120px;
}

/* Global */

body {
  text-rendering: optimizeLegibility;
}

/* Navigation */

/* Example:
.nav {
  letter-spacing: 0.06em;
}
*/

/* Hero */

/* Personas */

/* Stage / Gallery */

/* Services */

/* Contact / Footer */

/* Responsive */

@media (max-width: 900px) {
  :root {
    --custom-section-gap: 80px;
  }
}
