@font-face {
	font-family: 'Mona Sans';
	font-style: normal;
	font-weight: 200 900;
	font-stretch: 100%;
	font-display: swap;
	src: url(../fonts/mona_sans.woff2) format('woff2');
}

body {
	font-family: "Mona Sans", Helvetica, Arial, sans-serif;
	box-sizing: border-box;
	margin: 0;
}

main {
	min-height: 72vh;
}

main, header nav, footer div {
	max-width: 1100px;
}

* {
	box-sizing: border-box;
}

figure img {
	max-width: 100%;
	height: auto;
}

figure, ul {
	margin: 0;
	padding: 0;
}

input, textarea, button {
	font-family: "Mona Sans", Helvetica, Arial, sans-serif;
}

svg {
	vertical-align: middle;
	position: relative;
	display: inline-block;
	height: 1.3em;
	width: auto;
	transition: transform 0.7s ease ;
}

p {
	text-align: justify;
}

p strong {
	font-weight: 600;
}

hr {
	background-color: var(--grey_l);
	height: 0.15em;
	border: none;
}




button {
	cursor: pointer;
}

code{
	  font-family: monospace;
  background-color: var(--grey_l);
  color: var(--black);
  padding: 0.2em 0.4em;
  font-size: 0.95em;
}



a:hover, button:hover {
	opacity: 0.75;

}

@media (max-width:800px) {

}

@media (max-width:500px) {
main.pt8{padding:1em 1em 5em; padding-top:6em;}
}

@media (max-width:350px) {

}

