/* - - - - - - - - -- - - - - - - CORE */
html{
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body{
	font-size: 18px;
	font-family: 'Gelasio', serif;
	background-color: #d9d9d9;
}

a{
	text-decoration: none;
}

.hydrated{
	margin-bottom: -2px;
}