/* Custom styles can be added here */

/* Example: Custom styling for a specific class */
.custom-header {
    font-family: 'Arial', sans-serif;
    letter-spacing: 0.05em;
  }
  
  /* Example: Override a Tailwind class */
  .override-tailwind {
    padding: 1.5rem !important;
  }
  
  /* Add any other custom styles as needed */
  
  