/*
@font-face {
	font-family: 'maisonneue';
	font-style: normal;
	font-weight: normal;
	src: 	url('../_incf/MaisonNeueWEB-Medium.woff2') format('woff2'),
		url('../_incf/MaisonNeueWEB-Medium.woff') format('woff')
}
* { box-sizing: border-box; }
:root {
	--fontsize1: 1.5rem;
	--fontsize2: 1rem;
	--fontsize3: 0.75rem;
	--red: #cd1719;
	--green: #009641;
	--offwhite: #efebe9;
	--black: #000000;
}
body {
	border: 0; margin: 0; padding: 0;
	font-family: maisonneue;
	font-size: var(--fontsize1);
	line-height: 1.25;
	background-color: var(--offwhite);
	color: var(--black);
	min-height: 100vh;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: underline;
}
iframe {
	border: 0;
	width: 100%;
}
@media only screen and (max-width: 768px) {
	:root {
		--fontsize1: 1.5rem;
		--fontsize2: 1rem;
		--fontsize3: 0.75rem;
		--fontsize1: 1.2rem;
		--fontsize2: 0.8rem; 
		--fontsize3: 0.6rem;
	}
}

*/
