/* TSTP Tool template — Console accent (neutral blue). Replace with your tool brand. */
:root {
  --tstp-accent: #3b82f6;
  --tstp-accent-contrast: #ffffff;
  --tstp-link: #3b82f6;
  --tstp-focus: #3b82f6;
}
.tstp-console-page {
  --tstp-accent: #3b82f6;
  --tstp-link: #3b82f6;
  --tstp-focus: #3b82f6;
}
