/*
Theme Name: Kamdhenu Tea
Theme URI: https://kamdhenutea.com
Author: Adiffic Media
Author URI: https://adifficmedia.com
Description: A simple, clean WordPress + WooCommerce theme built for Kamdhenu Tea Masala. Minimal animations, earthy tea-brand color palette, focused on fast product browsing and smooth checkout. Converted from the v2 static design draft (2026-07) into a working WordPress theme wired up to real WooCommerce products, cart and checkout.
Version: 8.6
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kamdhenu-tea
Tags: e-commerce, woocommerce, food-and-drink
*/

/* Each page template embeds its own full design CSS (copied verbatim from the
   approved static design draft) right after the header, so every page renders
   pixel-for-pixel identical to the draft. This file only needs to exist so
   WordPress recognises the theme; the fallback stylesheet for default
   WooCommerce pages (Checkout / My Account) lives in /css/wc-fallback.css. */

* { box-sizing: border-box; }
html { height: 100%; }
body {
  margin: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  line-height: 1.6;
  font-size: 16px;
  min-height: 100vh;
}
