
/* Accessibility */
[role="navigation"] {
  position: relative;
}

[aria-label] {
  position: relative;
}

a:focus, button:focus, input:focus {
  outline: 2px dashed #000000;
  outline-offset: 2px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}


