/* tailwind.css */
@tailwind base;
@tailwind components;
@tailwind utilities;

body, html {
  position: relative;
  height: 100%;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

body {
  background: #ffffff;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

/* .swiper {
  width: 100%;
  height: 50%;
} */

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
} */
