
@font-face {
	font-family: IT-Cathdra;
	src: url(it-cathdra.otf);
}

body {
	margin: 3vw;
	background-color: bisque;
}

.site-header {
	font-family: IT-Cathdra;
	font-weight: lighter;
	font-size: 5vw;
	text-align: center;
}

.site-header-sep {
	border: none;
	border-top: 4px double black
}

.site-content {
	font-family: "Times New Roman";
	font-size: 2vw;
}

