/*
Theme Name: Wainstalls School
Theme URI: https://www.indigocube.co.uk/
Description: Modular Elementor-first child theme and design system with Hello Elementor fallback support.
Author: Indigo Cube Web Design
Author URI: https://www.indigocube.co.uk/
Template: hello-elementor
Version: 1.0.0
Text Domain: wainstalls-school
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* =========================================================
   PROJECT OVERRIDES

   This stylesheet loads after all numbered CSS modules.
   Use it for site-specific design tokens and component
   overrides. Reusable starter defaults remain in
   assets/css/00-tokens.css.
========================================================= */

:root {
      /* Bespoke */ 
    --school-website-primary: #8c1f1f;
	--school-website-component-spacing: 20px;

    /* Widths */
    --site-width: 1400px;
    --content-width: 860px;

}

