/* Project 359 Investments theme — gold + black, matching the logo */
:root {
  --accent: #bc8f3d;
  --accent-dark: #1f1a10;
  --accent-tint: #faf5e9;
  --bg-alt: #faf8f3;
  --ink: #141210;
}

.brand img { height: 120px; }

@media (max-width: 720px) {
  .brand img { height: 56px; }
}
