@import url('https://fonts.googleapis.com/css2?family=Mona+Sans:ital,wght@0,200..900;1,200..900&display=swap');

body {
  font-family: "Mona Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

h1 {
	font-family: "Mona Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-variation-settings:
		"wdth" 100;
}

.buton  {
	font-family: "Mona Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings:
		"wdth" 100;
	border-radius: 12px;
	border: 2px solid black;
	color: black;
	background-color: white;
	transition-duration: 0.4s;
	text-decoration: none;
	padding: 14px 40px;
}

.buton:hover {
	color: white;
	background-color: black;
}

.btn-div {
	opacity: 0;
}
