File size: 369 Bytes
1c60365
80a3fa7
1c60365
 
 
80a3fa7
 
1c60365
 
 
80a3fa7
1c60365
 
80a3fa7
1c60365
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Inter', sans-serif;
    min-height: 100vh;
}

/* Custom scrollbar */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #1f2937;
}
::-webkit-scrollbar-thumb {
    background: #6b46c1;
    border-radius: 4px;
}