/*
Theme Name: Computer Store — Woodmart Child
Theme URI: https://yourdomain.com
Description: Cosmetic child theme for Woodmart. All GPS/checkout/dispatch logic lives in the theme-independent "CS Dispatch" plugin — this theme only carries small visual tweaks and is safe to edit without touching Woodmart's own files (so Woodmart updates never wipe your customizations).
Author: Emergent Consulting
Version: 1.0.0
Template: woodmart
License: GPLv2 or later
Text Domain: computer-store-woodmart-child
*/

:root{
  --cs-primary:#2563eb;
  --cs-accent:#f59e0b;
  --cs-ok:#059669;
  --cs-bad:#dc2626;
}

.woocommerce-order-details__title{color:var(--cs-primary)}

/* Add your own Woodmart look-and-feel overrides below this line. */
