File size: 1,055 Bytes
b10c786
cb20bdc
6ba7c23
 
 
 
b10c786
 
 
ec09b1c
0d81ded
ec09b1c
e17b178
ec09b1c
5989701
b10c786
 
6ba7c23
b10c786
 
 
 
c0b3c6a
aa651ae
 
b10c786
c9869b0
 
 
 
 
 
 
 
085e9e0
 
c0b3c6a
c9869b0
a501e03
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
39
40
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;900&family=Noto+Sans:wght@400;500;700;900&display=swap");

@tailwind base;
@tailwind components;
@tailwind utilities;

:root {
  --bg-primary: #11121f;
  --bg-secondary: #0c0c16;
  --primary-special-color: #4343ff;
  --player-primary: rgb(79, 79, 216);
  --gray-text-color: #d8d8d8;
  --card-color: #1b1b3b;
  --green-text-color: #09db54;
  --light-blue-color: #84b7fb;
}

body {
  font-family: "Inter", "Noto Sans", sans-serif;
  background-color: var(--bg-primary) !important;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  scroll-behavior: smooth;
}

.app-container {
  -ms-overflow-style: none !important; /* IE and Edge */
  scrollbar-width: none !important; /* Firefox */
  scroll-behavior: smooth !important;
  overflow: scroll !important;
  height: 100dvh !important;
  padding-top: 80px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.app-container::-webkit-scrollbar {
  display: none !important;
}