/* fonts >> */
@font-face {
	font-family: "Titillium Web";
	font-style: light;
	font-weight: 200;
	src: url("TitilliumWeb-ExtraLight.ttf") format("truetype");
}

@font-face {
	font-family: "Titillium Web";
	font-style: light;
	font-weight: 300;
	src: url("TitilliumWeb-Light.ttf") format("truetype");
}

@font-face {
	font-family: "Titillium Web";
	font-style: regular;
	font-weight: 400;
	src: url("TitilliumWeb-Regular.ttf") format("truetype");
}
/* << */

body {
	background: url("background.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	
	font-family: "Titillium Web", "Segoe UI", sans-serif;
}

#main-panel {
	background: linear-gradient(rgb(253, 253, 253), rgb(240, 240, 240));
	border: 1px solid rgb(220, 220, 220);
	
	/* bounds */
	margin: 100px auto auto;
	padding: 10px 20px;
	width: 700px;
}

/* P.S. text */
.--ps-italic {
	font-size: small;
	font-style: italic;
}

h1 {
	font-weight: 200;
}