@charset "UTF-8";

@font-face {
    font-family: cfaGrunge;
    src: url(BADGRUNGE.ttf);
}

html {
  background-color: #0f0f0f;
  -webkit-font-smoothing: antialiased;
}
body {
  background-color: #0f0f0f;
font-family: 'Oswald', sans-serif;
  margin: 0px;
  padding:0px;
  color:#FFFFFF;
}
.container {
	width:100%;
	position:relative;
	
	}

.light {
	font-weight:300;
	
	
	}
	
a {
	color:#f50d1a;
	
	}	
	
