/*
Theme Name:        FunkStudio Child
Theme URI:         https://example.com/funkstudio
Template:          funkstudio-theme
Author:            Creative Web Direction
Description:       Child theme for FunkStudio (Editorial Funk). Use this for all site-specific changes — token overrides, template tweaks, and custom CSS — so the parent theme can be updated safely. Edit this file (and the child functions.php) instead of the parent.
Version:           1.0.0
Requires at least: 6.4
Requires PHP:      8.0
License:           GNU General Public License v2 or later
License URI:       http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:       funkstudio-child
*/

/* ============================================================
   Override design tokens here. Because the parent exposes every
   token as a CSS custom property, re-theming is a few lines —
   no SCSS recompile needed.

   Example: swap the signature accent and soften the card radius.
   (Commented out by default — uncomment to use.)
   ============================================================ */

/*
:root {
  --c-accent:      #ff5a1f;
  --c-accent-deep: #e0480f;
  --radius-lg:     24px;
}
*/

/* Add client-specific styles below this line. */
