@font-face {
  font-family: "Helvetica";
  src: url("../fonts/HelveticaNeueCyrLight.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/HelveticaNeueCyrRoman.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/HelveticaNeueCyrBold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Arial";
  src: url("../fonts/Arial-BoldMT.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Arial";
  src: url("../fonts/ArialMT.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

body {
	font-family: "Arial", sans-serif;
	font-size: 16px;
	background-color: #f7f3ee;
}

.main-content {
	text-align: center;
	margin-top: 200px;
}

h1 {
	font-family: "Helvetica";
	font-size: 20px;
	margin-bottom: 20px;
}