/* Amity brand color CSS variables — single-tenant, single :root.
 * A future Gota Ops / TicTac Ops is a SEPARATE repo that swaps this file
 * wholesale (CLAUDE.md §6 item 2). No per-site body class here. */
:root {
  --brand-primary:   #92400E;  /* amber-800 — primary actions          */
  --brand-deep:      #78350F;  /* amber-900 — hover / active            */
  --brand-accent:    #D97706;  /* amber-600 — accent / highlight        */
  --brand-secondary: #1C1917;  /* stone-900 — headers / topbar bg       */
  --brand-light:     #FFFBEB;  /* amber-50  — page background           */
  --brand-border:    #FEF3C7;  /* amber-100 — soft borders / chips      */
}
