/* This file is loaded by 'includes/header.php' AFTER Tailwind CSS.
   
   We are using Tailwind CSS (via the CDN) for all primary styling.
   You can see this in files like 'login.php' which use classes
   like 'bg-white', 'p-8', 'rounded-lg', 'shadow-md', etc.

   You can use this file to add any custom CSS overrides
   or styles that are difficult to achieve with Tailwind utilities.
   
   For example:
   
   body {
       /* Example: Make the default background a light gray */
       /* background-color: #f9fafb; */
   }

   .custom-gradient-text {
       /* Example: A custom class you could add to an <h1> */
       background: -webkit-linear-gradient(#4f46e5, #c026d3);
       -webkit-background-clip: text;
       -webkit-text-fill-color: transparent;
   }
*/

/* Add any global custom styles below this line */

