/* basics.css */

body {
  font-family: MetaWeb !important;  
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.clear {
  clear: both;
}

.img-responsive {
  width: 100%;
  height: auto;
}
