Delete style.css
Browse files
style.css
DELETED
|
@@ -1,45 +0,0 @@
|
|
| 1 |
-
/* Custom Utilities */
|
| 2 |
-
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');
|
| 3 |
-
|
| 4 |
-
body {
|
| 5 |
-
font-family: 'Inter', sans-serif;
|
| 6 |
-
}
|
| 7 |
-
|
| 8 |
-
/* Smooth fade in animation */
|
| 9 |
-
@keyframes fadeIn {
|
| 10 |
-
from { opacity: 0; transform: translateY(20px); }
|
| 11 |
-
to { opacity: 1; transform: translateY(0); }
|
| 12 |
-
}
|
| 13 |
-
|
| 14 |
-
.animate-fade-in {
|
| 15 |
-
animation: fadeIn 0.6s ease-out forwards;
|
| 16 |
-
}
|
| 17 |
-
|
| 18 |
-
/* Glassmorphism utility class for non-component elements */
|
| 19 |
-
.glass {
|
| 20 |
-
background: rgba(255, 255, 255, 0.7);
|
| 21 |
-
backdrop-filter: blur(10px);
|
| 22 |
-
-webkit-backdrop-filter: blur(10px);
|
| 23 |
-
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
|
| 24 |
-
}
|
| 25 |
-
|
| 26 |
-
/* Custom Scrollbar */
|
| 27 |
-
::-webkit-scrollbar {
|
| 28 |
-
width: 10px;
|
| 29 |
-
}
|
| 30 |
-
::-webkit-scrollbar-track {
|
| 31 |
-
background: #f1f5f9;
|
| 32 |
-
}
|
| 33 |
-
::-webkit-scrollbar-thumb {
|
| 34 |
-
background: #cbd5e1;
|
| 35 |
-
border-radius: 5px;
|
| 36 |
-
}
|
| 37 |
-
::-webkit-scrollbar-thumb:hover {
|
| 38 |
-
background: #94a3b8;
|
| 39 |
-
}
|
| 40 |
-
|
| 41 |
-
/* Text Selection */
|
| 42 |
-
::selection {
|
| 43 |
-
background: #4f46e5;
|
| 44 |
-
color: #ffffff;
|
| 45 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|