@font-face {
    font-family: 'Blackout Zwo Uhr Nachts';
    src: url('blackout_zwo_uhr_nachts-webfont.woff2') format('woff2'),
         url('blackout_zwo_uhr_nachts-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Blackout Midnight';
    src: url('blackout_midnight_umlauts-webfont.woff2') format('woff2'),
         url('blackout_midnight_umlauts-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
	background-image: url('/assets/36c3/background.png');
    background-repeat: repeat-y;
    color: #D0D0CE;
    background-color: #000000;
}


.entry-title {
	font-family: 'Blackout Zwo Uhr Nachts';
    transform:rotateZ(1.5deg);
}

.entry-title .u-url {
	color: #FE5000;
}

/* Links */
:link {
	color: #00BB31;
	text-decoration: none;
}
:visited {
	color: #00BB31;
}


#menu ul,
#menu ul li,
.postpromonav .tags,
.postpromonav .tags li,
.pager,
.pager li,
#toptranslations ul,
#toptranslations ul li {
	font-family: 'Blackout Midnight';
}

#content h2 {
	color: #FE5000;
}
