* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Space Grotesk, sans-serif;
  background: var(--bg-primary);
  color: var(--text-primary);
  overflow-x: hidden;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-style: italic;
  margin: 3rem 0 1rem;
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 1.35rem;
}

h4 {
  font-size: 1rem;
}

.section-title {
  font-family: "Instrument Serif", serif;
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 400;
  margin-bottom: 1.5rem;
}

code {
  background-color: gray;
}

.date {
  font-size: .75rem;
  color: var(--accent);
  letter-spacing: 1px;
}

.path-frontpage main {
  padding: 8rem 2rem;
}