/* Global base styles and type hierarchy */
body {
  font-family: 'Lora', serif;
  background-color: var(--color-bg);
  color: var(--color-text);
  line-height: 1.7;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Playfair Display', serif;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
}

p {
  margin-bottom: 1rem;
}

button {
  cursor: pointer;
}
