/*
Theme Name:   GDL Tech Studio Child
Theme URI:    https://gdltechstudio.ca
Template:     zaaztheme
Author:       Zaaz
Author URI:   https://zaaz.app
Description:  Child theme of zaaztheme for GDL Tech Studio (gdltechstudio.ca) — software development and marketing, Vancouver BC. Bespoke single-page landing rendered by front-page.php.
Version:      0.1.0
Requires at least: 6.4
Requires PHP: 8.1
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  gdltechstudio-child
*/

/* -----------------------------------------------------------------------------
   Landing styles live in front-page.php's scoped <style> block. This sheet
   carries the brand tokens (brand sheet rev. 02, direction 1A "Signal", on the
   Industry design system) for the landing and any fallback pages.
   One accent only — every tint comes from the steel ramp.
   -------------------------------------------------------------------------- */
:root {
	--gdl-paper:     #F2F2F3;  /* ground */
	--gdl-surface:   #E9E9EA;
	--gdl-text:      #1D1F20;
	--gdl-steel:     #5980A6;  /* primary — solid half of the mark */
	--gdl-steel-600: #597EA3;
	--gdl-steel-700: #416180;  /* deep steel — accent text, links */
	--gdl-steel-800: #2C455D;
	--gdl-ink:       #1D2D3D;  /* outlines, reversed fields */
	--gdl-tint-100:  #EEF6FF;
	--gdl-tint-200:  #D6EBFF;
	--gdl-tint-300:  #B5D9FD;
	--gdl-tint-400:  #94BCE3;
	--gdl-muted:     #5D5D60;
	--gdl-divider:   rgba(29, 31, 32, .16);

	--gdl-font-head: "Barlow Condensed", system-ui, sans-serif;
	--gdl-font-body: "Barlow", system-ui, sans-serif;
}

/* Fallback (non-landing) pages rendered by the parent theme. */
body:not(.gdl-lp) {
	font-family: var(--gdl-font-body);
	color: var(--gdl-text);
}
body:not(.gdl-lp) :where(h1, h2, h3, h4) {
	font-family: var(--gdl-font-head);
	font-weight: 600;
	letter-spacing: -0.01em;
}
body:not(.gdl-lp) :where(a) { color: var(--gdl-steel-700, #416180); }
