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

::selection {
    color: #000000;
    background-color: #ffffff;
  }

