@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Newsreader:ital,opsz,wght@0,6..72,400;0,6..72,700;1,6..72,400;1,6..72,700&display=swap');

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #faf9f7;
  color: #1a1c1b;
  font-family: 'Inter', system-ui, sans-serif;
}

h1, h2, h3, h4 {
  font-family: 'Newsreader', Georgia, serif;
  color: #000a1e;
}

::selection {
  background: #e9c176;
  color: #261900;
}

/* Remove top margin from first heading in content sections */
main section > div > h2:first-child,
main section > div > h3:first-child {
  margin-top: 0;
}
