*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 100%;
}

article {
	width: 93mm;
	margin-top: 15mm;
	margin-left: 15mm;
	font-family: serif;
	text-align: justify;
}

.page .title {
	font-size: 8pt;
}

h1 {
	font-weight: bold;
	letter-spacing: -1.5px;
	font-size: 10.5pt;
}

p {
	font-size: 10pt;
	line-height: 2;
    letter-spacing: -1.5px;
}

.bracket {
	font-size: 9pt;
	letter-spacing: -1px;
}

h2 {
	font-family: sans-serif;
	font-size: 10pt; 
}