/* Design tokens compartidos por index.html, login.html y admin.html.
   Única fuente de verdad para la paleta de marca — evitar duplicar este :root. */
:root {
  --brand-blue: #163E6D;
  --brand-red: #df1529;
  --brand-blue-light: #1e5499;
  --success-color: #1a8a4a;
  --error-color: #c0392b;
  --surface: #ffffff;
  --bg: #f0f4f8;
  --text-primary: #1a2332;
  --text-secondary: #5a6a7e;
  --border: rgba(22, 62, 109, 0.12);
}
