.theme-aware-dark-blue {
  color: #010e1a;
}

[data-theme="dark"] .theme-aware-dark-blue {
  color: #033b7f;
}

.theme-aware-muted {
  color: #062037;
}

[data-theme="dark"] .theme-aware-muted {
  color: #adb5bd;
}
