/* Global text selection */
::selection {
  background: #ef7c00;
  color: #ffffff;
}

::-moz-selection {
  background: #ef7c00;
  color: #ffffff;
}

/* Prevent image selection */
img {
  user-select: none;
}