:root {
--web-wash: #fff;
--primary: #1b1b1b;
--secondary: #7d7e7c;
--ternary: #d8d8d7;
--gray: #f7f7f5;
--border: #eaeaea;
--accent: #aa8453;
--primary-font: Libre Caslon Display, sans-serif;
--secondary-font: Poppins, sans-serif;
}

/* Logo SVG display constraints — added by Anirudha */
.cs_site_branding img {
  max-height: 60px;
  width: auto;
  height: auto;
  object-fit: contain;
}
@media (max-width: 1199px) {
  .cs_site_branding img {
    max-height: 50px;
  }
}
/* Invoice logo constraint */
.header img {
  max-width: 150px;
  max-height: 80px;
  object-fit: contain;
}

