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

:root {
  --my-color: #25b387;
  /* or any other variables/style */
}
[data-theme='dark'] {
  --my-color: #25b387;
}
[data-theme='pink'] {
  --my-color: #25b387;
}
