/* css reset for heyn.io */

*,
::before,
::after {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  overflow-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

small {
  font-size: 75%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button {
  display: inline;
  background-color: transparent;
  border: none;
  padding: 0;
  border-radius: 0;
  appearance: none;
  cursor: pointer;

  text-align: inherit;
  color: inherit;
}

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

p > a,
p > button,
li:where(:not(nav li)) > a,
li:where(:not(nav li)) > button,
a:hover,
button:hover {
  text-decoration: underline;
}
