/* EPCplanner Website - Global Styles */
/* Primary styling is handled by Tailwind CSS CDN */
/* This file is reserved for any custom overrides */

.text-gradient {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
