/*
Theme Name:   MOTA
Theme URI:    https://motabrand.shop/
Description:  MOTA's storefront. A child theme of Storefront that replaces the default WooCommerce look with the MOTA design system — tokens, self-hosted OFL type, and components specified for the states this catalog actually has (variable price ranges, out-of-stock, empty cart). Deliberately does not depend on Elementor or WPBakery. See brand-book.md.
Author:       Tres Zetas
Author URI:   https://3zetas.com/
Template:     storefront
Version:      0.1.0
Requires PHP: 7.4
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  mota
Tags:         e-commerce, two-columns, custom-colors, custom-logo, custom-menu
*/

/*
  Intentionally empty of rules.

  The actual stylesheets are assets/css/mota-tokens.css and assets/css/mota.css,
  enqueued from functions.php with an explicit dependency on storefront-style so
  the load order is right. Putting rules here instead would put them at the mercy
  of WordPress's own enqueue of the child style.css, which is harder to sequence
  against Storefront's customizer output.

  Storefront's customizer injects an inline <style> block AFTER the child
  stylesheet. Tokens alone will therefore not beat it -- the customizer colour
  values must also be set to match. That is a production step, recorded in the
  plan as P2.
*/
