@import "tailwindcss";



.outfit {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body{
    background-color:  rgba(244, 245, 247, 0.836);
}

.reverse{
    transform: scaleX(-1);
}

.chanbility {
  background-color: rgba(8, 116, 242, 0.05);
  border-color: #0874F2;
}
.chanbility p {
  color: #0874F2;
  font-weight: bold;
}

