/* Custom Styles for 2 Black Vans Website */

/* Smooth scrolling behavior for anchor links */
html {
  scroll-behavior: smooth;
}

/* Style for the active navigation link */
/* You can add more specific styles here if you want the active link to look different */
nav a.active {
  color: #EA580C; /* Tailwind orange-600 */
}

/* A simple transition for the mobile menu visibility */
#mobile-menu {
  transition: all 0.3s ease-in-out;
}

/* Custom styles for any future needs can be added below */