/* Project 359 Living — Residential Interiors theme, matched to the logo's burnt-orange */
:root {
  --accent: #c8460a;
  --accent-dark: #9a3608;
  --accent-tint: #fbeae1;
  --bg-alt: #faf6f1;
}

.brand img { height: 120px; }

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