:root {
  --primary: #b4493f;
  --ink: #432523;
  --muted: #7b6865;
  --line: #eee2df;
}

.login-brand {
  background: linear-gradient(145deg, rgba(127, 48, 43, .98), rgba(180, 73, 63, .92)),
              radial-gradient(circle at 70%, #df8a75, #7f302b);
}

.sidebar {
  background: #4c2926;
}

.side-brand > i,
.sidebar nav a.active,
.side-help i {
  color: #ffc0b1;
}

.sidebar nav a.active {
  box-shadow: inset 3px 0 #e87d68;
}
