
// remove all glows from elements that have a tabindex set
*[tabindex] {
  outline: none;
}

* {
  box-sizing: border-box;
}