/*
// <uniquifier>: Use a uniquifier for the class name
// <weight>: Use a value from 100 to 900

.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/

* {
	box-sizing: border-box;
}

.hidden {
	display: none;
}

body, html {
	margin: 0;
	padding: 0;
}

body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

#main {
	margin: 2em;
	line-height: 140%;
}

.indent1 {
	margin-left: 2em;
}