/* styles.css */
.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

/* Custom scrollbar for a cleaner look */
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: #f9f9f9;
}
::-webkit-scrollbar-thumb {
  background: #adb3b4;
  border-radius: 10px;
}

/* Style Audio element minimally */
audio::-webkit-media-controls-enclosure {
  background-color: transparent;
}
audio::-webkit-media-controls-panel {
  background-color: transparent;
}