
/* === BRAND OVERRIDES ===
Paste your exact colors from the logo project here and they will override the base.
*/
:root{
  --bg: /* e.g. #F5F1E7 */;
  --ink: /* e.g. #111827 */;
  --muted: /* e.g. #6B7280 */;
  --brand: /* e.g. #0EA5A3 */;
  --brand-dark: /* e.g. #0B7667 */;
  --accent: /* e.g. #B7791F */;
  --card: #FFFFFF;
  --line: #E5E7EB;
}

/* If your logo needs a colored header background, uncomment and set: */
/*
.header{ background: var(--bg); }
*/
