@charset "utf-8";
/* CSS Document */
html,
body {
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: var(--text);
  background: var(--white);
}

.matter {
	color: #94a3b8;
	text-align: justify;
}