aboutsummaryrefslogtreecommitdiff
path: root/assets/css/_root.scss
blob: 6354cba4d65f47f757754d8d4b4fe1caba1b2132 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
: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);

	--header-background: #efefef;
	--header-color: var(--accent-1);

	--body-background: #f5f5f5;
	--body-color: #212121;

	--footer-background: #212121;
	--footer-color: #ffffff;

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