/*
Theme Name: Britbuild
Theme URI: https://britbuild.co.uk
Description: Britbuild — a bold, industrial WooCommerce child theme for a UK building-materials store. Built on Storefront. Adds expandable category showcases, spec-rich product pages, per-unit/pallet pricing, trade badges, a delivery-access checkout field, and an amber/charcoal trade identity. Designed to out-class Screwfix/Toolstation on UX.
Author: Britbuild
Version: 0.1.0
Template: storefront
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: britbuild
License: GNU General Public License v2 or later
*/

/*
 * NOTE: The heavy lifting lives in assets/css/britbuild.css, enqueued from functions.php.
 * This file only needs the theme header above for WordPress to recognise the child theme,
 * plus a few high-priority overrides. Keep bulk styling in assets/css/britbuild.css so it
 * stays organised and cache-busts cleanly on version bumps.
 */

/* Minimal high-priority overrides (most styling is in assets/css/britbuild.css) */
:root{
  --bb-ink:#14171a;
  --bb-steel:#2f3640;
  --bb-amber:#ff8a00;
  --bb-amber-d:#e67700;
}
