html {
  scroll-behavior: smooth;
}

body {
  background-color: #050505;
  color: #d4d4d8;
}

/* Custom Scrollbar for Black-Gold theme */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background: #0a0a0a; 
}
::-webkit-scrollbar-thumb {
  background: #4a3e1a; 
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #d4af37; 
}

::selection {
  background-color: rgba(212, 175, 55, 0.3);
  color: #d4af37;
}

.text-gold {
  color: #d4af37;
}
.bg-gold {
  background-color: #d4af37;
}
.border-gold {
  border-color: #d4af37;
}
.gold-gradient {
  background-image: linear-gradient(to right, #d4af37, #f3e5ab);
}
.gold-gradient-text {
  background-image: linear-gradient(to right, #d4af37, #f3e5ab);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.glass-panel {
  background-color: rgba(17, 17, 17, 0.8);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(212, 175, 55, 0.2);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.5), 0 4px 6px -4px rgba(0, 0, 0, 0.5);
}
