@import './var';

html {
  -webkit-tap-highlight-color: transparent;
}

body {
  word-break: break-all;
  font-size: @font-size-md;
  font-family: @base-font-family;
  font-weight: @font-weight-regular;
  color: @text-color;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
table,
th,
td,
embed,
object {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: @font-size-md;
  font-weight: @font-weight-regular;
}

a {
  text-decoration: none;
}

input,
button,
textarea {
  color: inherit;
  font: inherit;
}

a,
input,
button,
textarea,
[class*='so-'] {
  &:focus {
    outline: none;
  }
}

ol,
ul {
  list-style: none;
}

i {
  font-style: normal;
}
