/*
 * GABLU brand control panel.
 * Change this file only when refreshing the app palette. All modules inherit it.
 */
:root {
  --gablu-graphite: #080a0f;
  --gablu-graphite-raised: #0d1017;
  --gablu-graphite-soft: #121722;
  --gablu-panel: rgba(15, 19, 28, 0.96);

  --gablu-text: #f6f7fb;
  --gablu-muted: #aab2c2;
  --gablu-faint: #70798b;

  --gablu-accent: #7aa2ff;
  --gablu-accent-deep: #527ee1;
  --gablu-accent-bright: #a9c1ff;
  --gablu-accent-rgb: 122, 162, 255;
  --gablu-accent-deep-rgb: 82, 126, 225;

  --gablu-success: #42d392;
  --gablu-success-rgb: 66, 211, 146;
  --gablu-danger: #ff6b7d;

  --gablu-border: rgba(255, 255, 255, 0.075);
  --gablu-border-strong: rgba(var(--gablu-accent-rgb), 0.30);
}
