@import "tailwindcss";
@import "tw-animate-css";

:root {
  --background: #080808;
  --foreground: #e4e4e4;
  --primary: #df338f;
  --secondary: #d64570;
}

.color{
  color: #30001a;
}

@theme inline {
  --color-background: var(--background);
  --color-foreground: var(--foreground);
  --color-primary: var(--primary);
  --color-secondary: var(--secondary);
}

body {
  color: var(--foreground);
}

button{
  cursor: pointer;
}
