/* =========================================================
   Proyecto A – Theme Colors
   Compatible con Bootstrap / Xoric
   ========================================================= */

:root {
  /* Base palette */
  --blue: #323673;
  --indigo: #564ab1;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #F06543;
  --orange: #F29545;
  --yellow: #e4cc37;
  --green: #3ddc97;
  --teal: #008080;
  --cyan: #00A7E1;

  /* Neutrals */
  --white: #ffffff;
  --gray: #7c8a96;
  --gray-dark: #343a40;

  /* Bootstrap semantic colors */
  --primary: #15438b;
  --secondary: #8b267f;
  --success: #3ddc97;
  --info: #00A7E1;
  --warning: #e4cc37;
  --danger: #F06543;
  --light: #eff2f7;
  --dark: #343a40;
}
