*:focus:not(.exclude-focus) {
  box-shadow:
    0 0 0 2px #000000,
    0 0 0 4px #ffffff !important;
}

::selection {
  background-color: #6b5a7f !important;
}
