:root {
	--font-main: 'Alliance No. 2', 'Alliance No 2', sans-serif;
}

* {
	font-family: var(--font-main);
}
