html,body{
  font-family:var(--bladezy-font-ui);
}

h1,h2,h3,h4,h5,h6{
  font-family:var(--bladezy-font-ui);
  color:var(--bladezy-heading);
  margin:0;
}

h1{
  font-size:20px;
  line-height:1.2;
  letter-spacing:-.02em;
  font-weight:700;
}

h2{
  font-size:18px;
  line-height:1.2;
  letter-spacing:-.03em;
  font-weight:700;
}

h3{
  font-size:16px;
  line-height:1.2;
  letter-spacing:-.02em;
  font-weight:600;
}

p,li,label,input,select,textarea,button,table{
  font-family:var(--bladezy-font-ui);
}

.card-title{
  font-family:var(--bladezy-font-ui);
  font-size:13px;
  font-weight:600;
  letter-spacing:0;
}

.body{
  font-size:13px;
  color:var(--bladezy-text-secondary);
  line-height:1.5;
}

.body-small{
  font-size:11px;
  color:var(--bladezy-muted);
  line-height:1.55;
}

.metric{
  font-family:var(--bladezy-font-ui);
  font-size:30px;
  font-weight:700;
  letter-spacing:-.03em;
}
