*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    border: none;
    box-sizing: border-box;
}

*::before,
*::after {
    display: inline-block;
}

a {
    text-decoration: none;
    color: inherit;
    display: inline-block;
}

li {
    list-style: none;
}

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

html,
body {
    line-height: 1;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
    font-family: inherit;
}

select,
textarea,
input {
    width: 100%;
    font-weight: inherit;
    font-size: inherit;
    background-color: transparent;
    font-family: inherit;
}

label {
    display: inline-block;
}

button {
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    font-family: inherit;
    background-color: transparent;
}

button,
input[type="checkbox"],
input[type="radio"] {
    cursor: pointer;
}

cite {
    font-style: normal;
}