/* team-theme.css — GENERATED by frontend/build.js for team "preds". Do not edit by hand. */
/* primary = --brand-navy-* slot, secondary = --brand-gold-* slot (legacy names, team-neutral meaning). */
:root {
  --brand-navy-50: #e8edf5;
  --brand-navy-100: #c2d0e3;
  --brand-navy-200: #98b0cf;
  --brand-navy-300: #6e90bb;
  --brand-navy-400: #4f78ad;
  --brand-navy-500: #306099;
  --brand-navy-600: #215591;
  --brand-navy-700: #194a7e;
  --brand-navy-800: #0f3a6b;
  --brand-navy-900: #041E42;

  --brand-gold-50: #fffbf0;
  --brand-gold-100: #fff5d9;
  --brand-gold-200: #ffeeb8;
  --brand-gold-300: #ffe796;
  --brand-gold-400: #ffe17c;
  --brand-gold-500: #ffdb62;
  --brand-gold-600: #ffd44e;
  --brand-gold-700: #ffcc3a;
  --brand-gold-800: #ffc526;
  --brand-gold-900: #FFB81C;

  --brand-navy-rgb: 4, 30, 66;
  --brand-gold-rgb: 255, 184, 28;

  /* semantic aliases — same mapping bundle-core.css uses */
  --color-primary: var(--brand-navy-800);
  --color-secondary: var(--brand-gold-900);
  --color-accent: var(--brand-gold-600);
  --bg-dark: var(--brand-navy-900);
}
