@font-face {
font-family: 'MonclerGothic';
src: url('fonts/MonclerGothic-Light.otf') format("opentype");
font-weight: 100;
font-style: normal;
 }
@font-face {
font-family: 'MonclerGothic';
src: url('fonts/MonclerGothic-Medium.otf') format("opentype");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'MonclerGothic';
src: url('fonts/MonclerGothic-Bold.otf') format("opentype");
font-weight: bold;
font-style: normal;
}
html {
	height: 100%;letter-spacing: -1px;
}
body {
    background-color: #fff;
	font-family:'MonclerGothic', sans-serif;
	font-weight: 400;
	height: 100%;
}
p {
	font-weight: 100;	
}