File size: 244 Bytes
ec3efd7
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@100;200;300;400;500;600;700;800&display=swap');
@tailwind base;
@tailwind components;
@tailwind utilities;

@layer base {
	html {
		font-family: 'Open Sans', sans-serif;
	}
}