/* Custom styles to complement Tailwind CSS */

body {
    /* Example custom rule */
    transition: background-color 0.3s ease;
}