@tailwind base;
@tailwind components;
@tailwind utilities;

@layer components {
  #sidebar {
    @apply bg-header-bg shadow-[6px_0_12px_-3px_rgba(0,0,0,0.3)];
  }
}
