@import url(https://fonts.googleapis.com/css?family=Poppins);
@import url(https://fonts.googleapis.com/css?family=Montserrat);

body {
  font-family: 'Poppins';
}
.invert-img {
  transform: rotate(180deg);
}
[type='checkbox']:focus,
[type='radio']:focus {
  outline: none;
  --tw-ring-shadow: none;
}
.ff-display-flex {
  display: flex;
}
.ff-disabled {
  opacity: 50%;
  cursor: not-allowed;
}
.ff-text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
