@font-face {
    font-family: 'AlexBrushRegular';
    src: url('./fonts/AlexBrushRegular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

body {
	margin: 0;

	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 120%;
	background-color: lightgray;
}


h1, h2, h3, h4, h5, h6 {
	font-family: "AlexBrushRegular"
}

/** -- links -- **/
a.internal-link {
	text-decoration: none;
	color: #7d0;
}

a.internal-link:hover {
	color: #9f0;
}

a.external-link {
	text-decoration: none;
	color: #70d;
}

a.external-link:hover {
	color: #90f;
}