/* this is exact copy of '@ubnt/ui-components/styles/reset.css' */

html,
body {
  box-sizing: border-box;
  font-family: 'UI Sans', 'Lato', 'sans-serif';
  font-variant-ligatures: no-common-ligatures;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

a {
  color: #006fff;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  color: #57a0ff;
}
