/* 
  Collaboration Hub - Global Styles
  Extends Bootstrap 5.3.3 with custom branding and layouts.
  FIXME: Refactor color variables to centralize theme changes
 */

/* Color scheme and typography */
:root {
  --bs-primary: #3a5a40;
  --bs-primary-rgb: 58, 90, 64;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

h5 {
  margin-bottom: 0.5rem;
}
