/*
Theme Name:     Theorys
Theme URI:
Description:    Storefront child theme.
Author:         Me
Author URI:
Template:       storefront
Version:        0.1.0
*/

/* =========================================================================
   THEORYS BRAND TOKENS
   Single source of truth for colour, gradient and type. Everything in the
   theme references these custom properties — no hardcoded hex anywhere else.
   ========================================================================= */
:root {
	--forest-deep: #1B3A2F;
	--forest-mid:  #2E5E4E;
	--ink:         #0E120F;
	--white:       #FFFFFF;
	--off-white:   #F6F8F7;
	--silver:      #C7CCD1;
	--platinum-hi: #D9DDE1;
	--platinum-lo: #A8AEB4;
	--line:        #E2E6E4;

	/* Metallic accent — thin rules / badges ONLY, never large fills. */
	--metal: linear-gradient(135deg, var(--platinum-hi), var(--platinum-lo));

	/* Type */
	--font-head: "Space Grotesk", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	--font-body: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
