/* Remove default WP styles and normalize everything */
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, figure, blockquote {
  margin: 0;
  padding: 0;
  font-weight: normal;
  list-style: none;
}
body {
  font-family: "Poppins", sans-serif;
  background: #fff;
  color: #000;
}