/* My Day Planner - Custom Styles */

/* Smooth scrolling for anchor links */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}

/* Smooth transitions for interactive elements */
a, button {
  transition: all 0.2s ease;
}

/* Selection color matching sky blue brand */
::selection {
  background-color: #bae6fd;
  color: #0c4a6e;
}
