/*
Theme Name: Advanced Technologies
Theme URI: https://advancedtechnologies.ca
Description: Child theme applying the Advanced Technologies design system (navy / steel / signal-red, Avant Garde + Figtree) to WooCommerce. Built as a child of Twenty Twenty-Five.
Author: Advanced Technologies
Version: 1.36.0
Template: twentytwentyfive
Requires PHP: 7.4
Text Domain: advancedtech
*/

/* All design tokens, fonts, and component styles are enqueued via functions.php
   (assets/css/tokens.css, fonts.css, components.css). Add page-specific
   overrides below — prefer design-system tokens (var(--…)) over hard-coded values. */

/* Default page background = white (neutral-0). Overrides the parent theme's
   tinted body so sections sit on clean white; brand sections set their own bg. */
body {
	background-color: var(--surface-card);
}
