/* Project 359 Workspace — Commercial Interiors theme, matched to the logo's navy blue */
:root {
  --accent: #0f4c73;
  --accent-dark: #0a3550;
  --accent-tint: #e8f0f5;
  --bg-alt: #f4f7f8;
}

.brand img { height: 120px; }

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