@mixin invisible-selection {
  &::selection,
  *::selection {
    background: transparent;
  }
}
