@tailwind base;
@tailwind components;
@tailwind utilities;
ol {
    list-style: decimal;  
  }
  
  ul {
    list-style-type: disc;  
  } 