/*
Theme Name: Galleria
Theme URI: https://galleria.local/
Author: Pyper Publishing
Author URI: https://galleria.local/
Description: Galleria — a Forbes-style business/finance editorial portal for Pyper Publishing. Classic PHP theme derived from Underscores (_s); vanilla CSS with --gl-* tokens; near-still motion. The design system, fonts and per-screen CSS load from the css/ chain (THM-02+).
Version: 0.7.6
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: galleria
*/

/*
 * D56 — OVERRIDE DOCTRINE.
 * style.css is enqueued FIRST (handle: galleria-style), ahead of the locked
 * fonts -> tokens -> components -> screens sheets. Each of those depends on the
 * prior handle, so the cascade order is a CONTRACT, not source-order luck. Because
 * this sheet loads first, an equal-specificity rule here LOSES to the later sheets
 * on source order — to override a locked sheet, RAISE specificity (a 0,2,0 two-class
 * selector beats a locked 0,1,0). Never reorder the chain; never edit a locked sheet
 * to win the cascade.
 *
 * The --gl-* tokens, @font-face declarations, components and per-screen CSS land at
 * THM-02+ in the css/ sheets. This file stays intentionally minimal.
 */
