* {
   box-sizing: border-box;
}

::before,
::after {
   border-width: 0;
   border-style: solid;
   border-color: currentColor;
}

body,
html {
   margin: 0;
   line-height: inherit;
}

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

b,
strong {
   font-weight: bolder;
}

small {
   font-size: 0.875rem;
}

button,
input,
optgroup,
select,
textarea {
   font-family: inherit; /* 1 */
   font-size: 100%; /* 1 */
   font-weight: inherit; /* 1 */
   line-height: inherit; /* 1 */
   color: inherit; /* 1 */
   margin: 0; /* 2 */
   padding: 0; /* 3 */
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
   margin: 0;
}

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

button,
[role='button'] {
   cursor: pointer;
}

:disabled {
   cursor: default;
}

[hidden] {
   display: none;
}
