@import '_abstract-links';

/* stylelint-disable selector-list-comma-newline-after */
div,
span,
table,
tbody,
thead,
tfoot,
tr,
td,
hr,
br,
p,
em,
abbr,
strong,
small,
h1,
h2,
h3,
h4,
h5,
h6,
img,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
iframe,
object,
a,
article,
aside,
audio,
bdi,
canvas,
data,
datalist,
details,
figcaption,
figure,
footer,
header,
main,
mark,
meter,
nav,
output,
progress,
section,
summary,
time,
video {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  background: transparent;
}
/* stylelint-enable */

html,
body {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
}

a {
  color: @link-color;
  text-decoration: none;
  border: 0;
  background: transparent;
  font-size: inherit;
  outline: none;

  &:hover,
  &:focus,
  &:active {
    color: @link-color-active;
    outline: none;
  }
}
