/*
@font-face {
  font-family: 'xx';
  src: url('/fonts/xx.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'yy';
  src: url('/fonts/yy.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
*/

body{
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: antialiased;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 21px;
    letter-spacing: -0.5px;
	margin: 0;
	padding: 80px;
	border: 0;
	background-color: #000;
    color: #7f858c;
	text-align: center;

    /*
	width:100%;
	height:100%;
    overflow: hidden;
    */
}

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}