

body {
	font-family: 'Lato', sans-serif;
	font-weight: 400; line-height: 1.6;
}

h1, h2, h3, nav a {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
}
.table-responsive th, .simple-table th {
	font-family: 'Playfair Display', serif;
}

nav a {
	letter-spacing: 0.5px;
}

h1 { font-size: 2.25rem; font-weight: 600; }
h2 { font-size: 1.75rem; font-weight: 600; }
h3 { font-size: 1.375rem; font-weight: 500; }

h1, h2, h3 {
	margin-top: 0.5rem;
	margin-bottom: 0rem;
  line-height: 1.2;
}

section p {
  /* Optional: nur oberer Abstand, falls Du unteren Aspekt separat kontrollierst */
  margin-top: 0rem;
  margin-bottom: 1rem;
}