body,
button,
input,
select,
textarea {
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
}

h1,
h2,
h3,
.brand strong,
.topbar nav button,
.topbar .logout,
.primary,
.secondary,
.filter-clear,
.card strong,
.metric strong,
.flow-summary strong,
.report-summary strong,
.filter-totals strong {
  font-family: "Montserrat", "Inter", ui-sans-serif, system-ui, sans-serif;
}

.topbar nav button,
.topbar .logout {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -.015em;
}

header h2 {
  font-size: 23px;
  font-weight: 750;
  letter-spacing: -.025em;
}

.toolbar h3,
.panel h3,
.flow-summary h3,
.report-heading h3 {
  font-size: 17px;
  font-weight: 750;
  letter-spacing: -.02em;
}

label {
  font-size: 13.5px;
}

th {
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .045em;
  line-height: 1.25;
}

td {
  font-size: 14px;
  line-height: 1.4;
}

td strong {
  font-size: 14px;
  font-weight: 750;
}

.action {
  font-size: 11.5px;
}

.card strong {
  font-size: 25px;
}

.metric strong,
.flow-summary strong,
.report-summary strong,
.filter-totals strong {
  letter-spacing: -.025em;
}

@media (max-width: 1250px) {
  .topbar nav button,
  .topbar .logout {
    font-size: 12.5px;
  }
}
