/* Custom styles beyond Tailwind */
/* Component classes will be added as features are built */
/* Smooth scrolling for anchor links */
html {
  scroll-behavior: smooth;
}

/* Ensure auto-save indicators transition smoothly */
.save-indicator {
  transition: opacity 0.3s ease;
}

/*# sourceMappingURL=main.css.map */