html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

::selection {
  background: #D9A448;
  color: #12100E;
}

/* Custom scrollbar */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #12100E;
}
::-webkit-scrollbar-thumb {
  background: #4E1D29;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #6E2A3A;
}

details summary {
  list-style: none;
}
