/* Custom Styles for Draper Tax Consulting */

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

/* Ensure proper spacing for anchor links with sticky nav */
section {
    scroll-margin-top: 5rem;
}

/* Additional custom styles can be added here */
/* Tailwind handles most styling via utility classes */
