aboutsummaryrefslogtreecommitdiff
path: root/styles/globals.css
blob: 028d5857ceb58dac4c1965a9603b477b44984f6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
html, body {
	padding: 0;
	margin: 0;

	background-color: var(--bg);
	color: var(--fg);

	font-family: "Inter", sans-serif;
}

.keyframe { fill: var(--gruble); }

h1 { font-size: 1.25rem; }
h2 { font-size: 1.125rem; }
h3 { font-size: 1rem; }