/* Reset basic spacing */
body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
}

p {
  max-width: 600px;
}

/* Main Header */
h1 {
  font-family: 'Unbounded', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
}

/* Subheaders */
h2, h3, h4, h5, h6 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  margin-bottom: 0.5em;
}

/* Paragraph text */
p {
  font-size: 1.1rem;
  margin-bottom: 1em;
}

/* Optional: smooth text rendering */
body, h1, h2, h3, p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
