@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");

body {
  font-family: "Lato", sans-serif;
}

/* For Firefox */
html {
  /* Make the scrollbar thin */
  scrollbar-color: rgb(28, 40, 65) rgb(17, 21, 36);
  /* Thumb color and track color */
}

.htmx-indicator {
  opacity: 0;
  transition: opacity 500ms ease-in;
}
.htmx-request .htmx-indicator {
  opacity: 1;
}
.htmx-request.htmx-indicator {
  opacity: 1;
}
