/**
 * Colores oficiales Booh Brain — tokens reutilizables.
 * Azul: rgba(0, 184, 254) · Celeste: rgba(40, 225, 255) · Violeta (AI): rgba(240, 2, 172)
 */
:root {
  --booh-brand-blue: rgb(0, 184, 254);
  --booh-brand-celeste: rgb(40, 225, 255);
  --booh-brand-violet: rgb(240, 2, 172);
  --booh-brand-blue-rgb: 0, 184, 254;
  --booh-brand-celeste-rgb: 40, 225, 255;
  --booh-brand-violet-rgb: 240, 2, 172;
}
