aboutsummaryrefslogtreecommitdiff
path: root/assets/css/_root.scss
blob: 5932125db13a8834ffe65f79e0c4016e16c98045 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
:root {
	--font-heading: "Roboto Slab", "Times New Roman", serif;
	--font-body: Arial, Helvetica, sans-serif;
	--font-mono: "Fira Code", "Consolas" , monospace;

	font-size: 16px;
	font-weight: 400;
	line-height: 1.65;
	font-family: var(--font-body);

	--accent-1: hsl(152, 90%, 20%);
	--accent-2: hsl(152, 90%, 30%);
	--accent-3: hsl(152, 90%, 40%);
	--accent-4: hsl(152, 90%, 50%);
	--accent-5: hsl(152, 90%, 60%);
	--accent-6: hsl(152, 90%, 70%);
	--accent-7: hsl(152, 90%, 80%);
}