/* ToughBlue brand tokens */
:root {
  --tb-primary: #14478F;
  --tb-primary-dark: #0d3266;
  --tb-secondary: #6BB7E8;
  --tb-accent: #F5A623;
  --tb-accent-act: #5AC8FA;
  --tb-surface: #F5F8FC;
  --tb-text: #1A2540;
  --tb-muted: #5a6b85;
  --tb-white: #ffffff;
  --tb-border: rgba(20, 71, 143, 0.12);
}
