/* National Craft Butchers brand theme - simplified */
:root {
  --brand-primary: #061F33;       /* NCB navy (sourced from official wordmark SVG) */
  --brand-primary-dark: #03101A;
  --brand-primary-light: #F7E8DA; /* Warm cream tint */
  --brand-accent: #B2392F;        /* Butcher's red (placeholder accent - not from NCB brand sheet) */
  --brand-accent-dark: #8E2922;
  --brand-surface: #F8F4EE;       /* Cream off-white */
  --brand-ink: #0A1117;
  --brand-muted: #6F6B66;
}
