/* All reset styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

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

button,
select {
  text-transform: none;
}

button,
input,
optgroup,
select,
textarea {
  font-feature-settings: inherit;
  color: inherit;
  font-family: inherit;
  font-size: 100%;
  font-variation-settings: inherit;
  font-weight: inherit;
  line-height: inherit;
}

/* default styles */
a {
  text-decoration: none;
  color: var(--forground-dark-pri);
}

a:hover {
  text-decoration: underline;
}

button {
  border: 0;
}
