File size: 726 Bytes
d875f57
 
 
4602dd8
 
d875f57
 
 
 
 
4602dd8
 
d875f57
 
4602dd8
 
d875f57
 
4602dd8
 
d875f57
 
 
4602dd8
d875f57
 
 
 
65b6dc5
 
 
 
 
 
 
 
 
d875f57
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
27
28
29
30
31
32
33
34
35
36
37
38
html, body {
  overscroll-behavior: none;
  background: #0b0b0f;
}

body {
  font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  padding-bottom: env(safe-area-inset-bottom);
}

* {
  -webkit-tap-highlight-color: transparent;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

::selection {
  background: rgba(16, 185, 129, 0.3);
  color: white;
}

@keyframes subtle-ping {
  0% { transform: scale(1); opacity: 0.35; }
  75%, 100% { transform: scale(1.6); opacity: 0; }
}

.animate-subtle-ping {
  animation: subtle-ping 2.5s cubic-bezier(0, 0, 0.2, 1) infinite;
}