@import url(./fonts/fonts.css);

:root {
  --nav-height: 60px;
}
* {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
    "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scrollbar-width: thin;
  /* scrollbar-color: #050050 #407df0; */
}
body {
  margin: 0;
  background: white;
  /* background: #fafafa; */
  /* background: #fffbf3; */
  /* background: #f8f8f8; */
}

textarea[name="message"] {
  resize: none;
}

.no-m {
  margin: 0 !important;
}

.flex-button {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 18px;
}

.is-active {
  opacity: 1 !important;
  /* box-shadow: 0px 1px 10px #1683d7; */
  box-shadow: 0px 1px 20px #03bfb1;
}

span.fetching-audio {
  float: right;
}