/*
Theme Name: Kumo Soda
Theme URI: https://example.com/kumo-soda
Author: Studio
Author URI: https://example.com
Description: A mobile-first, animation-rich custom theme for Kumo, a prebiotic social soda. Built from scratch (no page builders), tuned for speed, and fully compatible with WooCommerce.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kumo-soda
Tags: e-commerce, custom-colors, full-width-template, one-column, mobile-first, translation-ready
*/

/* ==========================================================================
   This file only carries the required theme header + a tiny above-the-fold
   critical block. Everything else lives in /assets/css and is enqueued in
   functions.php so the browser can cache it separately from theme metadata.
   ========================================================================== */

:root{
  --kumo-cream:#FBF5E6;
  --kumo-paper:#FFFDF8;
  --kumo-yellow:#F2C230;
  --kumo-yellow-deep:#E0A800;
  --kumo-pink:#F0A8C4;
  --kumo-pink-deep:#D9668F;
  --kumo-mango:#E8934F;
  --kumo-mango-deep:#C96A2B;
  --kumo-ink:#18140F;
  --kumo-fiber:#2F5D3A;
  --kumo-fiber-light:#E4F0E6;
}

html{background:var(--kumo-cream);}
body{margin:0;opacity:0;transition:opacity .25s ease;}
body.kumo-loaded{opacity:1;}
