@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Space+Grotesk:wght@300..700&display=swap");

*, ::before, ::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #555;
  line-height: 1.5rem;
}

main > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

h1,
h2,
h3,
h4 {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  color: #555;
}

h1,
h2 {
  font-weight: 600;
}

h1 {
  font-size: 1.875rem;
}

h1.hero-title {
  font-size: 2.625rem;
}

h2 {
  font-size: 1.625rem;
  line-height: 2.75rem;
}

h3 {
  font-size: 1.5rem;
  line-height: 2.25rem;
}

h4 {
  font-size: 1.25rem;
  line-height: 2rem;
}

.caption {
  font-size: 1.125rem !important;
  font-weight: 400;
}

p {
  font-size: 1rem !important;
}

img {
  display: block;
}

.logo {
  width: 100%;
  max-width: 30rem;
  margin-bottom: 1rem;
}

.contact {
  text-align: center;
}

.copyright {
  margin-top: 1rem;
  font-size: 0.9rem !important;
}