/* Reset default values for elements*/
a {
  color: inherit;
  text-decoration: none;
}

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

p {
  line-height: 120%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 110%;
  font-weight: 500;
  margin: 0;
}

figure,
img {
  height: 100%;
  display: block;
}
