File size: 695 Bytes
cb20bdc
 
6ba7c23
 
 
 
 
cb20bdc
fa9497f
c0b3c6a
 
 
aa651ae
 
c0b3c6a
 
 
 
 
 
 
 
aa651ae
085e9e0
 
 
 
c0b3c6a
 
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
@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;

body {
  font-family: 'Inter', 'Noto Sans', sans-serif;
  background-color: #0a0a10 !important;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  scroll-behavior: smooth;
}

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

.no-padding {
  padding-top: 0;
}

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