@import "tailwindcss";

:root {
  --background: #09090b;
  --foreground: #f4f4f5;
  --primary: #10b981;
  --primary-dark: #059a4e;
}

body {
  background-color: var(--background);
  color: var(--foreground);
  font-family: 'Inter', sans-serif;
}

.mono {
  font-family: 'JetBrains Mono', monospace;
}

.cyber-glow {
  box-shadow: 0 0 25px rgba(16, 185, 129, 0.1);
}

.redaction-glow {
  box-shadow: 0 0 15px rgba(239, 68, 68, 0.2);
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #09090b;
}

::-webkit-scrollbar-thumb {
  background: #27272a;
  border-radius: 10px;
}
