/*
Theme Name: Estudiar Child
Theme URI: https://greenwood.sch.ae
Template: estudiar
Description: Child theme for Greenwood International School. All site-specific customizations belong here so that VamTam updates to the parent Estudiar theme never overwrite them.
Author: Greenwood International School
Version: 1.0.0
Text Domain: estudiar-child
*/

/* ------------------------------------------------------------------
   Custom CSS goes below this line.

   NOTE: the Estudiar parent theme does NOT enqueue get_stylesheet_uri(),
   so this file is loaded explicitly by functions.php in this directory.
   Do not remove that enqueue or these rules stop applying.
   ------------------------------------------------------------------ */

/* ------------------------------------------------------------------
   SMOKE-TEST-2026-08-23: deployed automatically from GitHub Actions to
   verify the dev-to-live pipeline end to end. This comment changes no
   styling. It exists so the deployed file can be identified on the
   server and over HTTP.
   ------------------------------------------------------------------ */

/* Cache-purge verification, 2026-08-23.
   A CSS custom property with no visual effect. Its purpose is to change this
   file's mtime, which changes the ?ver= query string the child stylesheet is
   enqueued with. That query string appears in the page HTML, so if an
   anonymous request still shows the old ?ver= after a deploy, a page cache in
   front of WordPress served a stale page and the deploy purge is incomplete. */
:root {
  --gis-deploy-check: 2;
}
