.open-sans {
  font-family: "Open Sans";
}

.bg--pattern {
  background-image: url('/static/images/texture.jpg');
}

.w-45 {
  width: 45%;
}

@media screen and (min-width: 30em) {
  .w-45-ns { width: 45%; }
}
