/* ===== Cozy Fall Palette (CSS variables) ===== */
:root{
  --bg: #fff9f3;           /* parchment */
  --text: #2e2a28;         /* espresso */
  --accent: #e07a3f;       /* pumpkin */
  --accent-2: #8b5e3c;     /* chestnut */
}
h1, h2, h3 {
  font-family: 'Lora', serif;
  font-weight: 600;
  color:#e07a3f;
  letter-spacing: 0.5px;
}
body {
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  color:#2e2a28;
  line-height: 1.7;
}
blockquote, em {
  font-family: 'Dancing Script', cursive;
  font-size: 1.2em;
  color: #8b5e3c;
}
