/* CSS overrides - Case study */
:root {
	--accent-h: 206;
	--accent-s: 76%;
	--accent-l: 43%;
}


h2 {
	text-transform: uppercase;
}

h3 {
	font-family: "Space Mono", monospace;
	font-weight: 600;
	font-size: 1.05rem;
	line-height: 1.5rem;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

