@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap");

*,
html,
body {
  font-family: "Inter", sans-serif;
}

.selector-for-some-widget {
  box-sizing: content-box;
}

.bg-dark {
  background: #282a36;
}

.card {
  background: #44475a;
  color: #fff;
  border-radius: 12px;
}
.card,
.card-body {
  border: 0;
}
.card-body {
  padding: 0.6rem;
}

.text-title {
  font-weight: 600;
  font-size: 20px;
  line-height: auto;
  letter-spacing: normal;
}
.text-number {
  font-weight: 700;
  font-size: 24px;
  line-height: auto;
  letter-spacing: normal;
}
.text-label {
  font-weight: 600;
  font-size: 14px;
  line-height: auto;
  letter-spacing: normal;
}
.text-default {
  font-weight: 400;
  font-size: 14px;
  line-height: auto;
  letter-spacing: normal;
}
.text-subtitle {
  font-weight: 300;
  font-size: 12px;
  line-height: auto;
  letter-spacing: normal;
}

#graph-carteira.chartjs-render-monitor {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
