@import url('https://fonts.googleapis.com/css2?family=Arbutus&family=Ewert&family=Lekton:ital,wght@0,400;0,700;1,400&display=swap');
/*
font-family: 'Lekton', sans-serif;
font-family: 'Ewert', cursive;
font-family: 'Arbutus', cursive;

body { font-size: 100%; }
2.25em = 16x2.25=36
1.5em = 16x1.5 = 24
1.125em = 16x1.125 = 18
0.875em; = 16x0.875 = 14
0.75em; = 16x0.75 = 12
*/

body {
	font-family: "Lekton", monospace;
	font-weight: 400;
	font-size: 100%;
	line-height: 100%;
	color: #333333;
	}
p {
	font-size: 1.5em;
	line-height: 1.5em;
	}
a {
	color: #333333;
	}
b {
	font-weight: 700;
	}
i {
	font-style: italic;
}
h1 {
	font-family: "Ewert", fantasy;
	font-weight: 400;
	font-size: 6em;
	line-height: 1em;
	color: #333333;
	}
h2 {
	font-family: "Arbutus", fantasy;
	font-weight: 400;
	font-size: 3em;
	line-height: 1em;
	color: #333333;
}
