:where(button) {
  font: inherit;
  border: 0;
  padding: 0;
  cursor: pointer;
}

:where(a) {
  text-decoration: none;
  color: var(--primary-hex);
  transition: 0.2s ease;
}
:where(a):hover {
  color: var(--secondary-hex);
}

:where(figure, picture) {
  margin: 0;
}
:where(figure, picture) img {
  border-radius: var(--border-radius);
}

hr {
  height: 2px;
  background-color: var(--lightgrey-hex);
  border: 0;
}

/*# sourceMappingURL=reboot.css.map */
