html {
box-sizing: border-box;
}
* {
user-select: none;
-webkit-tap-highlight-color: rgba(255,255,255,0);
-webkit-tap-highlight-color: transparent;
box-sizing: inherit;
}
*:before,
*:after {
box-sizing: inherit;
}
input[type],
[contenteditable] {
user-select: text;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
margin:;
font-size: 1rem;
font-weight:;
}
a {
text-decoration: none;
color: inherit;
}
b {
font-weight:;
}
em,
i {
font-style: normal;
}
a:focus {
outline:;
}
input,
fieldset {
appearance: none;
border:;
padding:;
margin:;
min-width:;
font-size: 1rem;
font-family: inherit;
}
input::-ms-clear {
display: none;
}
input:focus {
outline:;
} input[type="number"] {
-moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
appearance: none;
}
svg {
display: inline-flex;
} img {
max-width: 100%;
display: block;
}