body {
    font-family: 'Inter', sans-serif;
    background-color: #1a202c;
    color: #e2e8f0;
}
.text-gradient {
    background: linear-gradient(90deg, #64ffda, #1ee0ac);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.project-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.nav-link.active {
    color: #64ffda;
}