/*
Theme Name:   NILT
Theme URI:    https://www.nilt.com
Author:       NIL Technology
Description:  Lightweight Elementor-first theme for NIL Technology. Provides the global header (navigation) and footer plus brand design tokens; page content is built with Elementor.
Version:      1.9.5
Requires at least: 6.0
Tested up to: 6.7
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:  nilt
Tags:         custom-menu, custom-logo, full-width-template, editor-style
*/

/* ==========================================================================
   NILT brand design tokens
   (Source: NILT brand colors, March 2026)
   --------------------------------------------------------------------------
   #042e4e  Dark blue  — background color / wherever a large amount of blue is used
   #1a70af  Brand blue — logo color; use sparingly, for accents & attention
   #717171  Light gray — text headings
   #3e4040  Dark gray  — body text and headings (near-black, lets the blues stand out)
   ========================================================================== */

:root {
	/* Colors */
	--nilt-dark-blue:  #042e4e;
	--nilt-brand-blue: #1a70af;
	--nilt-gray-light: #717171;
	--nilt-gray-dark:  #3e4040;
	--nilt-white:      #ffffff;
	--nilt-off-white:  #f5f7f9;

	/* Semantic aliases */
	--nilt-bg:             var(--nilt-white);
	--nilt-bg-dark:        var(--nilt-dark-blue);
	--nilt-text:           var(--nilt-gray-light);
	--nilt-heading:        var(--nilt-gray-light);
	--nilt-heading-soft:   var(--nilt-gray-light);
	--nilt-accent:         var(--nilt-brand-blue);
	--nilt-link:           var(--nilt-brand-blue);

	/* Typography — defaults only. The live body/heading values are set in
	   Appearance → Customize → NILT Theme Options → Fonts. */
	--nilt-font-heading: "Helvetica Neue", Arial, sans-serif;
	--nilt-font-body:    "Helvetica Neue", Arial, sans-serif;
	--nilt-font-button:  "halyard-display", sans-serif;

	/* Nav (measured from the live site with WhatFont:
	   Helvetica Neue, 400, 15px/23px, rgb(0,0,0)) */
	--nilt-font-nav: "Helvetica Neue", Arial, sans-serif;
	--nilt-nav-link-color: #000000;
	--nilt-nav-font-size: 15px;

	/* Layout */
	--nilt-content-width: 1200px;
	--nilt-gutter: clamp(1.25rem, 4vw, 2.5rem);
	--nilt-header-height: 88.8px;
}

/* The actual styles live in assets/css/main.css (enqueued in functions.php).
   This file intentionally only carries the theme header and design tokens. */
