/* ============================================================
   bootstrap-extended.css
   Brand variables, utility classes, and component overrides
   that extend the stock Bootstrap 5.3 CDN build.
   ============================================================ */

/* --- 1. Custom Properties (:root) --- */

:root {
  /* Brand colors */
  --bs-brand: #008392;
  --bs-brand-dark: #006B80;
  --bs-brand-darker: #00546D;
  --bs-brand-deep: #003F58;
  --bs-brand-deepest: #002A42;

  /* Brand accents */
  --bs-brand-accent-aqua: #00a4b6;
  --bs-brand-accent-green: #069c4d;
  --bs-brand-accent-dark-green: #00893C;
  --bs-brand-accent-black-currant: #372554;
  --bs-brand-accent-eggplant: #5B1D75;
  --bs-brand-accent-grape: #8620B1;
  --bs-brand-accent-mulberry: #851B62;
  --bs-brand-accent-raspberry: #B50E6E;

  /* Brand neutrals */
  --bs-brand-silk: #FCFCFD;
  --bs-brand-frost: #F6F6F8;
  --bs-brand-pearl: #F1F2F5;
  --bs-brand-cashmere: #E6E8EC;
  --bs-brand-moonstone: #DADFE4;
  --bs-brand-platinum: #CED6DB;
  --bs-brand-graphite: #ACB2B6;
  --bs-brand-iron: #898F92;
  --bs-brand-steel: #676B6E;
  --bs-brand-charcoal: #454749;
  --bs-brand-obsidian: #222425;

  /* Extended colors */
  --bs-severe-warning: #F46434;

  /* Brand colors RGB triplets */
  --bs-brand-rgb: 0, 131, 146;
  --bs-brand-dark-rgb: 0, 107, 128;
  --bs-brand-darker-rgb: 0, 84, 109;
  --bs-brand-deep-rgb: 0, 63, 88;
  --bs-brand-deepest-rgb: 0, 42, 66;

  /* Brand accent RGB triplets */
  --bs-brand-accent-aqua-rgb: 0, 164, 182;
  --bs-brand-accent-green-rgb: 6, 156, 77;
  --bs-brand-accent-dark-green-rgb: 0, 137, 60;
  --bs-brand-accent-black-currant-rgb: 55, 37, 84;
  --bs-brand-accent-eggplant-rgb: 91, 29, 117;
  --bs-brand-accent-grape-rgb: 134, 32, 177;
  --bs-brand-accent-mulberry-rgb: 133, 27, 98;
  --bs-brand-accent-raspberry-rgb: 181, 14, 110;

  /* Brand neutral RGB triplets */
  --bs-brand-silk-rgb: 252, 252, 253;
  --bs-brand-frost-rgb: 246, 246, 248;
  --bs-brand-pearl-rgb: 241, 242, 245;
  --bs-brand-cashmere-rgb: 230, 232, 236;
  --bs-brand-moonstone-rgb: 218, 223, 228;
  --bs-brand-platinum-rgb: 206, 214, 219;
  --bs-brand-graphite-rgb: 172, 178, 182;
  --bs-brand-iron-rgb: 137, 143, 146;
  --bs-brand-steel-rgb: 103, 107, 110;
  --bs-brand-charcoal-rgb: 69, 71, 73;
  --bs-brand-obsidian-rgb: 34, 36, 37;

  /* Extended colors RGB triplets */
  --bs-severe-warning-rgb: 244, 100, 52;
}
