@import url('https://fonts.googleapis.com/css?family=Fugaz+One|Unica+One&display=swap');

html, body {
	min-height: 100vh;
	background-color: #fff;
}

p {
	font-size: 14px;
	color: #888;
}

h1 {
	font-family: 'Fugaz One', serif;
	font-size: 48px;
}

h2 {
	font-family: 'Unica One', serif;
	font-size: 42px;
	letter-spacing: 10px;
	color: #777;
}