/*
Theme Name:   Vanshap
Theme URI:    https://vanshapcapital.com
Description:  Vanshap Capital — GeneratePress child theme. Design system, patterns and templates
              for the Vanshap Capital website. All design tokens live in assets/css/tokens.css.
Author:       Vanshap Capital
Template:     generatepress
Version:      0.1.0
Requires PHP: 7.4
Text Domain:  vanshap
*/

/* Requires PHP was 8.1 until 1 Sep 2026. It was lowered to 7.4 because GoDaddy sets PHP
   account-wide — there is no per-domain override — so the preview build has to run on
   production's 7.4 until cutover. WordPress refuses to activate a theme whose Requires PHP
   exceeds the running version, so the old header would have blocked activation outright.
   The number was aspirational, not a real dependency: all 81 of our PHP files lint clean
   under the server's 7.4.33, and none use PHP 8.x-only syntax or functions. Do not raise it
   again without checking what actually needs it. */

/* Intentionally empty — this file exists to declare the child theme.
   Styles are enqueued from inc/enqueue.php:
     assets/css/tokens.css  — the design system (colour, type, space). Single source of truth.
     assets/css/fonts.css   — @font-face declarations.
     assets/css/base.css    — global element defaults.
   Nothing should hardcode a colour or size outside tokens.css. */
