File size: 158 Bytes
e71d24a
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
@tailwind base;
@tailwind components;
@tailwind utilities;

html, body {
  @apply bg-black overflow-hidden h-screen;
  font-family: "DM Sans", "sans-serif";
}