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

body {
  background-color: white !important;
  color: black;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 600;
}

