@import url(https://fonts.googleapis.com/css?family=Nunito);
.cursor-pointer {
  cursor: pointer !important;
}

.cursor-default {
  cursor: default !important;
}

.avoid-clicks {
  pointer-events: none;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}
