@font-face {
  font-family: IBMPlex;
  src: url('../fonts/IBMPlexSans-Medium.woff');
}
@import url(//db.onlinewebfonts.com/c/63137a821976b7fdfcf941ab1528cb19?family=AG_Helvetica);
body{
    font-family:  IBMPlex,Arial,  sans-serif;
    font-size: 13px;
    color:#333;

  }
  .clickable{
    cursor:pointer;
  }
  .btn{
    font-size:12px;
  }
  .pell-content {
height: 400px;
width:600px;
border:1px solid gray;
background: #e8f3d2;
}
.bg-primary2{
background:#317eac;
}
.text-primary2{
color:#317eac;
}
.bg-cdohr{
    background:#8cba30;
}
.text-cdohr{
  color:#212c0b;
}
.bg-metro{
    background:#cd0102; 
}
.material-icons{
  display: inline-flex;
  vertical-align: top;
}