/**
* Theme Name: Ahura Child
* Description: This is a child theme of Ahura, generated by MihanWP.
* Author: MihanWP
* Template: ahura
*/
/* =========================
   Minimal Dark Scrollbar
   Slightly Thicker
   ========================= */

/* Firefox */
html, body {
  scrollbar-width: thin;
  scrollbar-color: #3a3f4b #14171c;
}

/* Chrome, Edge, Safari */
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 12px;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: #14171c;
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background: #3a3f4b;
  border-radius: 12px;
  border: 2px solid #14171c;
}

html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover {
  background: #4a5060;
}

html::-webkit-scrollbar-thumb:active,
body::-webkit-scrollbar-thumb:active {
  background: #5a6072;
}
