@font-face {
    font-family: 'Fractul';
    src: url('Fractul-Light.eot'); /* IE9 Compat Modes */
    src: url('Fractul-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('Fractul-Light.woff') format('woff'), /* Modern Browsers */
         url('Fractul-Light.ttf') format('truetype'), /* Safari, Android, iOS */
         url('Fractul-Light.svg#Fractul-Light') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: 300;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Fractul';
    src: url('Fractul-SemiBold.eot'); /* IE9 Compat Modes */
    src: url('Fractul-SemiBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('Fractul-SemiBold.woff') format('woff'), /* Modern Browsers */
         url('Fractul-SemiBold.ttf') format('truetype'), /* Safari, Android, iOS */
         url('Fractul-SemiBold.svg#Fractul-SemiBold') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: 600;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'FractulAltBlack';
    src: url('FractulAlt-Black.eot'); /* IE9 Compat Modes */
    src: url('FractulAlt-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('FractulAlt-Black.woff') format('woff'), /* Modern Browsers */
         url('FractulAlt-Black.ttf') format('truetype'), /* Safari, Android, iOS */
         url('FractulAlt-Black.svg#FractulAlt-Black') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

body {
    margin: 0;
	margin: 0;
	font-size: 15px;
	line-height: 1.3;
	color: #fff;
	background: #111111;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.5em 0;
	font-weight: 400;
	line-height: 1.2;
}

h1 {
	font-size: 2em;
}

a {
	color: inherit;
}

code {
	font-family: menlo, inconsolata, monospace;
	font-size: calc(1em - 2px);
	color: #555;
	background-color: #f0f0f0;
	padding: 0.2em 0.4em;
	border-radius: 2px;
}

@media (min-width: 400px) {
	body {
		font-size: 16px;
	}
}