
/* Custom styles for EEMBENV website */
/* This file is minimal since Tailwind is used via the imported tailwindcss.js */
/* Additional gradients, fonts, or custom elements can be added here if needed */

:root {
  /* Optional: Define custom colors or variables if necessary */
}

/* Example: Custom gradients for components */
.bg-custom-gradient {
  background: linear-gradient(90deg, #4CAF50, #009688);
}

/* Optional: Add specific styling for code samples */
pre {
  background: #f9f9f9;
  padding: 1rem;
  border-radius: 0.5rem;
  overflow-x: auto;
}
