File size: 210 Bytes
2e50ccd
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
@import "tailwindcss";

body {
  margin: 0;
  font-family: 'Google Sans', 'Roboto', -apple-system, BlinkMacSystemFont, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #202124;
  background: #fff;
}