@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@400;700;800;900&family=Manrope:wght@400;500;600;700;800&display=swap');

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #f9f9f9;
  color: #1a1c1c;
  font-family: 'Manrope', sans-serif;
}

h1, h2, h3, h4 {
  font-family: 'Lexend', sans-serif;
}

::selection {
  background: #4fc3f7;
  color: #004e69;
}

main section > div > h2:first-child,
main section > div > h3:first-child {
  margin-top: 0;
}
