/* Additional custom styles can go here if needed, 
   though most styling is handled by Tailwind in the HTML head/config. */

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

/* Custom selection color */
::selection {
    background-color: #fce7eb;
    color: #820e2f;
}
