::selection {
  background: #d0c09b;
  color: #0f1115;
}

::-moz-selection {
  background: #c2a76d;
  color: #0f1115;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f7ebd1;
}

::-webkit-scrollbar-thumb {
  background: #c2a76d;
  border: 2px solid #f7ebd1;
}

::-webkit-scrollbar-thumb:hover {
  background: #a68d56;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #c2a76d #f7ebd1;
}

html {
  scroll-behavior: smooth;
  accent-color: #c2a76d;
}

:focus-visible {
  outline: 1px solid #c2a76d;
  outline-offset: 2px;
}

a {
  transition: color 0.2s ease;
}
