@font-face {
	font-family: 'regular';
	src: url("fonts/sen/regular.ttf");
}

@font-face {
	font-family: 'bold';
	src: url("fonts/sen/bold.ttf");
}

h1 {
    font-family: regular;
    color: #eeeeff;
}

html {
	background-color: #404060;
}