/* @font-face {
	font-family: "Nord";
	src: url('https://punklabs.com/shared/fonts/Nord/nord_regular.woff') format('woff');
	} */
@font-face {
	font-family: "EPF";
	src: url('https://punklabs.com/shared/fonts/EPF/epf_uul.woff') format('woff');
	}
@font-face {
	font-family: "EPF Bold";
	src: url('https://punklabs.com/shared/fonts/EPF/epf_uulb.woff') format('woff');
	}

html {
	font-family: "EPF";
	font-size: 16pt;
	font-weight: 500;
	letter-spacing: 0.05em;
	background: #ec74ac;
	} 

body {
	background: linear-gradient(to bottom, #b9e7eb 0%, #74e3ec 50%, #fff5bd 80%, #ec74ac 95%);
	color: #444;
	line-height: 1.5;
	}

a, a:hover, a:link {
	color: #333;
	}
/*
body.home {
	background: #2a2a2a;
	}
	
body.support {
	background: #50bad4;
	}
	
body.privacy {
	background: #494949;
	}
	
body.press {
	background: #d48351;
	}
*/

/*
#Screenshot1 {}
#ScreenshotCaption1 {}
*/

.box {
	background-color: #444;
	color: #eee;
	}
	
.box a, .box a:hover, .box a:link {
	color: #fff;
	}

.Quote {
	background: rgba(0, 0, 0, 0.6);
	color: #f0f0f0;
	border-radius: 15px 0 15px 0;
	}
.Quote a, .Quote a:hover, .Quote a:link {
	color: #fff;
	}
