/* Custom styles to supplement Tailwind */

html {
    scroll-behavior: smooth;
}

/* Optional custom selection color matching the brand */
::selection {
    background-color: #FF5E00;
    color: white;
}