File size: 423 Bytes
6787be5 1f94294 6787be5 1f94294 6787be5 1f94294 6787be5 1f94294 6787be5 1f94294 6787be5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | @import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');
body {
font-family: 'Space Grotesk', sans-serif;
}
/* Custom scrollbar */
::-webkit-scrollbar {
width: 8px;
}
::-webkit-scrollbar-track {
background: #0f172a;
}
::-webkit-scrollbar-thumb {
background: #7e22ce;
border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
background: #9333ea;
} |