/*
Primary     Coral Red       #FF5053
Highlight   Pearl White     #FEF2FF
Accent 1    Amethyst        #B2AAFF
Accent 2    Periwinkle      #6A5FDB
Accent 3    Dark Purple     #261A66
Accent 4    Aubergine       #29114C
Background  Super Dark Pink #0F000A 
Accent 5    Dark Aubergine  #190B2F
*/


@font-face {
    font-family: 'pilowlava';
    src: URL('Pilowlava-Regular.woff2')  format('woff2');
}
@font-face {
    font-family: 'spacegrotesk';
    src: URL('SpaceGrotesk-Regular.woff2') format('woff2');
}
@font-face {
    font-family: 'space-mono';
    src: URL('SpaceMono-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'uncut-sans';
    src: URL('UncutSans-Regular.woff2') format('woff2');
}


body {
    background-image: url('/assets/38c3/background.png');
    background-size: cover;
    background-attachment: fixed;
    color: #FEF2FF;
    background-color: #0F000A;
}

#container {
    background-color: #0F000A;
    border:  #261A66 1px solid;
}

#header {
    border-bottom: #261A66 1px solid;
}

.entry-title {
	font-family: 'spacegrotesk';
    font-weight: bold;
}

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

/* Links */
:link {
	color: #6A5FDB;
	text-decoration: none;
}
:visited {
	color: #6A5FDB;
}


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

#content h2 {
	color: #6A5FDB;
}
