/* -----------------------------------------------
Utils: Cursor
----------------------------------------------- */

.b-fade {
  transition: opacity 0.3s linear;
}

.b-fade:not(.show) {
  opacity: 0;
  pointer-events: none;
}
