/* Spätsommer-Theme — warme Ernte-Palette */
:root {
  --brand-primary:  #e8891a;
  --brand-accent:   #e05a3a;
  --brand-accent-2: #fcd34d;
  --bg-alt:         #fef9ee;
  --border-muted:   #e5d5b5;
  --scrollbar-track:#fef3c7;
}

html, body {
  background: linear-gradient(135deg, #fffdf0 0%, #fef3c7 60%, #fde68a 100%) fixed !important;
}

@media (max-width: 1023px) {
  .navbar-menu {
    background-color: #b5620f !important;
  }
}
