:root {
  --background: #ffffff;
  --foreground: #171717;
}


html,
body {
  max-width: 100vw;
  font-size: 9px;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: inherit;
  text-decoration: none;
}

nav ul {
	list-style-type: none;
}

body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.428571429;
	color: #333;
}


.break {
  flex-basis: 100%;
  height: 0;
}