body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Abril Fatface', serif;
}
.slider {
    margin: 0 auto;
    width: 80%;
  }
  .slick-prev:before,
  .slick-next:before {
    color: #000;
  }
  .slick-dots {
    bottom: -25px;
  }
  .slick-dots li button:before {
    color: #000;
  }