/* Header */
.header {
    background-color: #2E073F;
    padding-top: 7px;
}

/* General Styles */
body {
  font-family: 'Lora', serif; /* Elegant serif font */
  line-height: 1.7;
  margin: 0;
  -webkit-font-smoothing: antialiased; /* Better font rendering */
}

/* Typography */
h1, h2, h3 {
  font-family: 'Playfair Display', serif; /* Dramatic display serif */
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.8em;
}