@import url('https://fonts.googleapis.com/css2?family=Spectral&display=swap');

* {
	box-sizing: border-box;
  font-family: Spectral, Times New Roman, serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, sans-serif;
}

html, body {
	margin: 0;
	padding: 0;
}

h1 {
	margin: 0;
	font-weight: 200;
}
