/* Theme overrides
   Define your brand colors here (optional).
   Sneat uses CSS variables; these overrides affect primary color tokens.
*/
:root {
  /* Example: uncomment and adjust */
  /* --bs-primary: #3f51b5; */
  /* --bs-primary-rgb: 63, 81, 181; */
}

/* Example: avatar initials sizing */
.avatar-initial {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-weight: 600;
}


/* Optional: global loading state (used by htmx hooks) */
.is-loading body { cursor: progress; }
