@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');

body, html {
  font-family: 'Roboto', Arial, sans-serif;
}

.stat-card {
  border: 0;
  border-radius: 12px;
}
.stat-card .stat-title {
  font-size: .9rem;
  opacity: .9;
  margin-bottom: .35rem;
}
.stat-card .stat-value {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}
