@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700&subset=latin-ext');

h1,h2,h3,h4,h5,h6{ font-family: 'Roboto Slab', serif; }

.bold {
  font-weight: 700 !important;
}
.thin {
  font-weight: 100 !important;
}
.light {
  font-weight: 300 !important;
}
.regular {
  font-weight: 400 !important;
}
@media all and (max-width: 767px) {
  .thin {
    font-weight: 300 !important;
  }
