@font-face {
	font-family: 'MoMA Sans Bold';
	src:local('MoMA Sans Bold'),url('../font/MoMA Sans Bold.otf');
}
@font-face {
	font-family: 'MoMA Sans Regular';
	src:local('MoMA Sans Regular'),url('../font/MoMA Sans Regular.otf');
}
@font-face {
	font-family: 'MoMA Sans Medium';
	src:local('MoMA Sans Medium'),url('../font/MoMA Sans Medium.otf');
}

@font-face {
	font-family: 'MoMA Sans Store';
	src:local('MoMA Sans Store'),url('../font/MoMA Sans-Store.otf');
}
@font-face {
	font-family: "MoMA Sans Web";
	src: url('../font/MoMASans-Store-Web.woff2') format('woff2'),
		     url('../font/MoMASans-Store-Web.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	}

html{
	font-family: sans-serif;
}
p{
	font-size: 20px;
	font-weight: normal;
}
body{
	font-style: normal;
	font-family: "MoMA Sans Regular", Arial, sans-serif;
	font-weight: 200;
}