/* Default (BOU group) brand — used for any host not mapped to a product in
   nginx.conf. BOU green accent, system fonts. */
:root {
  --accent: #10a500;
  --ink: #111;
  --muted: #838893;
  --line: #e5e7ea;
  --bg: #f5f6f7;
  --font-body: system-ui, -apple-system, sans-serif;
  --font-display: system-ui, -apple-system, sans-serif;
}

/* The BOU wordmark is squat (about 2.4:1), so at the page's default 32px it
   reads smaller than the wider product logos; give it a little more height. */
.brand img { height: 40px; }
