the repository which powers this website
1
2
3
4
5
6
7
8
9
@import "tailwindcss";

@theme {
	--font-sans: "Noto Sans", Helvetica, Arial, sans-serif;
}

:root {
	font-size: 11pt;
}