/*
 * Kundan Default — Brand Token Overrides
 *
 * Fill in this file for each project.
 * Only override what changes from the base design system.
 * All other tokens inherit from kundan-base/assets/css/tokens.css.
 *
 * ─── HOW TO USE ───────────────────────────────────
 * 1. Duplicate kundan-default/ and rename to [clientname]-theme/
 * 2. Update style.css Theme Name, Template stays "kundan-base"
 * 3. Fill in client brand values below
 * 4. Activate the child theme in WordPress
 * ──────────────────────────────────────────────────
 */

/* CLIENT: _____________ | PROJECT: _____________ | DATE: _____________ */

:root {
  /* ── Brand colours ────────────────────────────── */
  /* --accent:          #2563eb; */   /* Primary CTA colour */
  /* --accent-hover:    #1d4ed8; */   /* CTA hover state */
  /* --navy:            #0f172a; */   /* Hero + dark section bg */
  /* --navy-mid:        #1e293b; */   /* Mid-dark bg */

  /* ── Typography ───────────────────────────────── */
  /* --font-body:       'Inter', sans-serif; */
  /* --font-heading:    'Inter', sans-serif; */

  /* ── Shape ────────────────────────────────────── */
  /* --radius:          10px; */
  /* --radius-lg:       16px; */
}
