/*
Theme Name: Spero Foundation
Theme URI: https://yourdomain.com
Description: Custom child theme for Spero Educational Foundation.
Author: Spero Educational Foundation
Author URI: https://yourdomain.com
Template: astra
Version: 1.0.0
Text Domain: spero-foundation
*/

/* Spero design system starts here */
:root {
  --spero-navy: #07578b;
  --spero-blue: #159fdd;
  --spero-sky: #8fd3f4;
  --spero-dark: #12374b;
  --spero-white: #ffffff;
  --spero-light: #f5f9fc;
}

/* Temporary test: confirms the child theme is active */
body {
  background-color: var(--spero-light);
}