saidamine's picture
https://wa.me/966555300158
3be6b32 verified
raw
history blame contribute delete
410 Bytes
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
body {
font-family: 'Inter', sans-serif;
}
/* Custom scrollbar */
::-webkit-scrollbar {
width: 8px;
}
::-webkit-scrollbar-track {
background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
background: #f97316;
border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
background: #ea580c;
}