/* CHU Korean Academy - Custom Styles */

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

/* Form focus states */
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

/* Mobile nav adjustments */
@media (max-width: 768px) {
  header nav {
    gap: 0.5rem;
  }
  header nav a {
    font-size: 0.75rem;
  }
}
