:root {
  font: 24px/1.2 "Cantarell", sans-serif;
}

body,
body * {
  margin: unset;
  box-sizing: unset;
  padding: unset;
  font-size: unset;
  color: unset;
  text-decoration: unset;
}

figure:not(#slider *) img {
  display: block;
}