File size: 489 Bytes
0c082f7
d78b6b1
0c082f7
d78b6b1
 
0c082f7
 
d78b6b1
 
0c082f7
 
d78b6b1
 
0c082f7
 
 
d78b6b1
 
0c082f7
 
 
d78b6b1
0c082f7
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/* Custom styles */
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

#vanta-bg {
    pointer-events: none;
}

.custom-shadow {
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

/* Smooth scroll */
html {
    scroll-behavior: smooth;
}

/* Animation for cards */
.card-hover {
    transition: all 0.3s ease;
}

.card-hover:hover {
    transform: translateY(-5px);
}