/* Main CSS Entry Point */
@tailwind base;
@tailwind components;
@tailwind utilities;

/* Custom Global Styles */
:root {
  --plasma-blue: #00f0ff;
  --plasma-violet: #bc13fe;
}

body {
  margin: 0;
  padding: 0;
  background-color: #02040a;
}
