aboutsummaryrefslogtreecommitdiff
path: root/styles/globals.css
blob: d8bb181874e5ad643f42139c9ec67cf3f145c62e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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; }

.MuiSvgIcon-root {
	font-size: 24px !important;
}