/* CSS Document */
@font-face {
    font-family: 'blowbrushregular';
    src: url('../font/blowbrush-webfont.woff2') format('woff2'),
         url('../font/blowbrush-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../font/opensans-regular-webfont.woff2') format('woff2'),
         url('../font/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
	box-sizing: border-box;
}

body, div, p, ul, li, hr, article, aside, footer, header, nav, section {
	font-family: 'open_sansregular', Arial, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #202020;
	color: #f4f4f4;
	font-size: 18px;
}




