:root {
  --navy: #0b2545;
  --orange: #f5821f;
  --paper: #f3f6fa;
  --card: #fff;
  --ink: #172230;
  --muted: #647080;
  --line: #dce2e9;
  --green: #18723b;
  --green-dark: #071827;
  --lime: var(--orange);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  line-height: 1.5;
}

.topbar {
  min-height: 70px;
  background: #fff;
  color: var(--navy);
  border-bottom: 1px solid var(--line);
}

.brand { color: var(--navy); }
.brand strong, .brand > span { color: var(--orange); }
.brand > span {
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  font-size: 24px;
}

.nav-button { color: var(--muted); }
.nav-button.active { background: var(--navy); color: white; }
.eyebrow { color: var(--orange); }
h1, h2, h3 {
  color: var(--navy);
  font-family: inherit;
  font-weight: 850;
}

.button { border-radius: 999px; }
.primary { background: var(--orange); }
.secondary { color: var(--navy); }
.metrics strong, .time-total {
  color: var(--navy);
  font-family: inherit;
  font-weight: 850;
}

.case-row.active {
  background: #fff;
  box-shadow: inset 4px 0 var(--orange);
}

input:focus, select:focus, textarea:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(245, 130, 31, .12);
}
