html {
  font-family: var(--u-font-family);
  font-weight: normal;
  color: var(--u-text-color-main);
  line-height: 1.5;
}
html.small {
  font-size: var(--u-font-size-main-small);
}
html.default {
  font-size: var(--u-font-size-main-default);
}
html.large {
  font-size: var(--u-font-size-main-large);
}

body,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

div,
section,
head,
aside,
body,
main,
h1,
h2,
h3,
h4,
h5,
h6,
p,
article,
button,
input,
ul,
li,
textarea {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  padding: 0;
  list-style: none;
}
