/* Base styles */
body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.5;
  }
  
  /* Custom styles to complement Tailwind */
  .mobile-menu {
    transition: all 0.3s ease;
  }
  
  /* Add any additional custom styles here if needed */
  