/*
Theme Name:   Kynetiq Child
Theme URI:    https://kynetiq.co
Description:  Divi child theme for Kynetiq — sports lifestyle brand. Includes an animated coming-soon / under-construction screen built from the brand identity.
Author:       Kynetiq
Author URI:   https://kynetiq.co
Template:     Divi
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  kynetiq
Tags:         dark, sports, coming-soon
*/

/* -------------------------------------------------------------------------
   Brand tokens — from Kynetiq Brand Guidelines (April 2026)
   Available site-wide, not just on the coming-soon screen.
   ---------------------------------------------------------------------- */
:root {
	--kq-black:        #000000;
	--kq-ink:          #0a0a0a;
	--kq-white:        #ffffff;

	/* Primary palette — sports reds */
	--kq-red-agility:  #910023;
	--kq-red-speed:    #bc0024;
	--kq-red-movement: #ff0025;

	/* Secondary palette — performance greys */
	--kq-grey-dark:    #858585;
	--kq-grey-clean:   #b7b7b7;
	--kq-grey-modern:  #d8d8d8;

	/* Surfaces. Both are biased a hair warm-red rather than neutral grey,
	   so panels sit with the palette instead of looking bolted on. */
	--kq-surface:      #080607;
	--kq-surface-2:    #100d0e;
	--kq-line:         rgba(255, 255, 255, 0.11);

	--kq-font-body:    "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	/* Safiro is the licensed primary typeface. Drop the web files into
	   assets/fonts/ and uncomment the @font-face block in assets/css/coming-soon.css
	   to activate it; Satoshi 900 stands in until then. */
	--kq-font-display: "Safiro", var(--kq-font-body);
}

/* Add site-wide child theme overrides below this line. */
