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

#nprogress .bar {
  background: #eab308 !important;
  height: 3px !important;
}

#nprogress .peg {
  box-shadow: 0 0 10px #eab308, 0 0 5px #eab308 !important;
} 