body.classic {
  background-color: #f8f4ee;
  color: #2f2a24;
}

body.classic nav {
  background-color: #f4ede3 !important;
  border-bottom: 1px solid #eadfce;
}

body.classic .bg-white {
  background-color: #fffaf3;
}

body.classic .bg-gray-900 {
  background-color: #2d2722;
}

body.classic .text-gray-900 {
  color: #2f2a24;
}

body.classic .text-gray-700 {
  color: #5b5148;
}

body.classic .text-gray-600 {
  color: #6c6055;
}

body.classic .text-gray-500 {
  color: #7b6f63;
}

body.classic .border-emerald-100 {
  border-color: #e8dfd3;
}

body.classic .bg-emerald-600 {
  background-color: #3f6b4f;
}

body.classic .hover\:bg-emerald-700:hover {
  background-color: #345a42;
}

body.classic .bg-emerald-500 {
  background-color: #4d7b5b;
}

body.classic .hover\:bg-emerald-600:hover {
  background-color: #3f6b4f;
}

body.classic .shadow-2xl,
body.classic .shadow-xl {
  box-shadow: 0 18px 40px rgba(52, 44, 36, 0.15);
}

body.classic .rounded-3xl {
  border-radius: 1.75rem;
}

body.classic .glass {
  background: rgba(255, 250, 243, 0.65);
  border: 1px solid rgba(234, 223, 206, 0.7);
}

body.classic a:hover {
  text-decoration: none;
}
