.bootstrap {
  @import "./bootstrap.less";
  
  // Manually copying some global styles because it won't be imported.
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;  
}