File size: 282 Bytes
cb20bdc
 
6ba7c23
 
 
 
 
cb20bdc
 
 
1
2
3
4
5
6
7
8
9
10
@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;
}