/*
Theme Name: Moldesintermex Storefront Child
Theme URI: https://example.com/moldesintermex-child/
Description: Child theme for WooCommerce Storefront
Author: Your Name
Author URI: https://example.com
Template: storefront
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: moldesintermex-child
*/
:root {
  /* Variables de marca como CSS custom properties */
  --mi-color-primary: #e20d02;
  --mi-color-primary-hover: #b30d05;
  --mi-color-secondary: #1100d5;
  --mi-color-chocolate: #3f200e;
  --mi-color-gold: #d59a35;
  --mi-color-text: #241a17;
  --mi-color-background: #fffdfc;
  --mi-color-background-alt: #fff6f1;
  --mi-color-border: #e8d9d2;
  --mi-color-white: #ffffff;
  /* Variables nativas de Storefront (sobrescritas) */
  --storefront-primary-color: var(--mi-color-primary);
  --storefront-secondary-color: var(--mi-color-secondary);
  --storefront-body-bg: var(--mi-color-background);
  --storefront-heading-color: var(--mi-color-text);
  --storefront-text-color: var(--mi-color-text);
  --storefront-button-bg: var(--mi-color-primary);
  --storefront-button-hover-bg: var(--mi-color-primary-hover);
  --storefront-border-color: var(--mi-color-border);
}
