:root {
  color-scheme: light;
}

body {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background-color: #f8fafc;
  min-height: 100vh;
}

.sidebar-enter {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.sidebar-backdrop {
  transition: opacity 0.25s ease;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
