@import './theme/default.less';

* {
  box-sizing: border-box;
  user-select: none;
  outline: none;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; /* For some Androids */
  -webkit-font-smoothing: antialiased;
  height: 100%;
  padding: 0;
  margin: 0;
}

body {
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: @font-family;
  -webkit-overflow-scrolling: touch;
  -webkit-touch-callout: none;
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

a {
  text-decoration: none;
}

a:active {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: normal;
}

img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}

input,
textarea,
button {
  padding: 0;
  margin: 0;
  user-select: auto;
  border: 0;
}

input,
textarea {
  display: inherit;
  height: inherit;
  overflow: inherit;
  text-align: inherit;
  text-overflow: inherit;
  white-space: inherit;

  &::placeholder {
    font-family: @font-family;
    font-size: 28px;
    color: #aeaeae;
  }
}

textarea {
  resize: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
form,
blockquote {
  margin: 0;
}

ul,
ol,
li,
dl,
dd {
  padding: 0;
  margin: 0;
}

ul,
ol,
li {
  list-style: none;
}
