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


@layer base {
    :root {
      --color-base: 167, 139, 250;
    }
}

  
[x-cloak] {
    display: none;
}
