/* Additional custom styles can be added here, 
   though most are handled via Tailwind and inline styles in this build. */

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

/* Custom selection color */
::selection {
    background-color: #34d399;
    color: #020c1b;
}
