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

/* Force visible size for SVG logos in header */
.cs_site_branding img[src$=".svg"] {
  height: 75px !important;  /* match the 97x32 hint */
  width: auto !important;   /* preserve aspect ratio */
  max-height: 75px;         /* never exceed header height */
  display: block;
  vertical-align: middle;
}




