@font-face {
  font-family: 'heiti';
  src: url(../css/fonts/fz-heiti.TTF);
}

* {
  border-color: currentColor;
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
  font-family: heiti;
  margin: 0;
  padding: 0;
}

a,
a:hover {
  color: inherit;
  outline: none;
  text-decoration: none;
}

body {
  overflow-x: hidden;
}

button,
[role="button"],
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  background-color: transparent;
  background-image: none;
  border: none;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-feature-settings: inherit;
  font-size: 100%;
  font-variation-settings: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: none;
  transition: all 300ms ease 0s;
  -webkit-appearance: button;
}

img {
  max-height: 100%;
  max-width: 100%;
}

input,
textarea {
  background: none;
  border: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-size: inherit;
  font-weight: inherit;
}

p {
  hyphens: auto;
  margin: 0;
  padding: 0;
  -webkit-hyphens: auto;
}

span {
  display: inline-block;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}