/* Custom styles for Delaware State Softball Clinic */

html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Focus states for accessibility */
a:focus,
button:focus {
  outline: 3px solid #C8102E;
  outline-offset: 2px;
}

/* Smooth transitions */
a,
button {
  transition: all 0.2s ease-in-out;
}

/* Ensure images don't cause layout shift */
img {
  max-width: 100%;
  height: auto;
}
