@charset "UTF-8";
/* CSS Document */

@font-face { font-family: 'noyh'; src: url('/css/fonts/noyh-black-webfont.ttf') format('truetype'); }

body { font-family: noyh, arial, sans-serif; color: #1F1F1F; letter-spacing: 0.0625em; font-kerning: auto; line-height: 5.5em; margin: 12%; }
p { font-size: 5em; text-align: left; vertical-align:middle; text-transform: uppercase; margin: 0; } 
p[role=soon] { font-size: 2em; margin: 2em 0 0 0; line-height: 1.4em; }
span.whitespace {  }

::selection { background: rgba(0,0,0,.9); color: #fff; }

@media only screen 
and (max-width : 70em) {
	body { margin: 7%; }
	p { font-size: 3.1em; line-height: 1.2em; }
	p[role=soon] { line-height: 1.2em; margin: 2em 0 0 0; font-size: 1.5em; }
	
	
}