@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

* {
  font-family: "Inter", sans-serif !important;
}

.chat-messages-wrapper::-webkit-scrollbar,
.chats-slot::-webkit-scrollbar {
  display: none;
}
.chat-messages-wrapper,
.chats-slot {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.checkout-from {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  height: 200px;
  padding: 1.5rem;
  width: 400px;
}

*[tabindex]:focus-visible,
input[type="file"]:focus-visible {
  outline: 0 !important;
  outline-offset: 0 !important;
}
