/*
 * Your overrides live here — this file ships empty and is loaded after
 * kahuna.css, so nothing in it gets clobbered by a theme update.
 *
 * Most of the theme is reachable through custom properties. Retint the whole
 * site without touching a single rule:
 *
 *   :root:root {
 *       --k-accent: #d9643a;
 *       --k-radius: 4px;
 *       --k-container: 82rem;
 *   }
 *
 * (The doubled :root beats the theme's own :root block on specificity, which
 * is also how the admin's accent-color option is applied.)
 *
 * The KahunaCart storefront is styled by the plugin's own theme-agnostic
 * stylesheet, not by this theme. Retune it the same way, through its override
 * hooks — never by writing selectors against kahunacart-* classes:
 *
 *   :root:root {
 *       --kahunacart-accent: #d9643a;
 *       --kahunacart-surface: #fffdf8;
 *       --kahunacart-radius: 2px;
 *   }
 */
