/*
Theme Name: Sparks Builders
Theme URI: https://www.sparks.co.tz
Author: Sparks Builders Ltd
Author URI: https://www.sparks.co.tz
Description: Custom WordPress theme for Sparks Builders Ltd — a Tanzanian engineering and infrastructure contractor spanning Civil, Electrical, Mechanical, Telecom & ICT, and Transportation services. Built mobile-first, Gutenberg-native, and SEO-optimized for lead generation.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sparks-builders
Tags: full-site-editing, block-patterns, custom-post-types, one-page, business

This is the master stylesheet. It is intentionally minimal — most layout
and component styling lives in assets/css/main.css, loaded via functions.php.
WordPress requires this header block to recognize the theme, and front-end
output (style.css alone, no enqueue) is reserved for the bare essentials
plus design-token documentation below.
*/

/* ==========================================================================
   DESIGN TOKENS — Sparks Builders Design System
   Reference only. Actual variables are declared in assets/css/main.css
   so they load after WP core/block styles and win on specificity.

   COLOR
   --sb-navy:        #0A2647   primary  — structure, headers, trust
   --sb-navy-deep:    #061A33   primary-dark — hero backgrounds, footer
   --sb-orange:      #FF6B00   secondary — CTAs, links, energy
   --sb-orange-dark: #D85A00   secondary-hover
   --sb-yellow:      #FFC857   accent — used sparingly, caution/highlight
   --sb-surface:     #F7F8FA   off-white background
   --sb-white:       #FFFFFF
   --sb-charcoal:    #1A1D23   body text
   --sb-grey:        #5B6470   muted text / captions
   --sb-line:        #E2E6EA   hairline borders

   TYPE
   Display:  'Archivo', sans-serif      — headings, stats, structural & bold
   Body:     'Inter', sans-serif        — paragraphs, UI, forms
   Utility:  'JetBrains Mono', monospace — stat counters, project codes, dates

   SIGNATURE
   Blueprint-grid hero background + rebar-tick section dividers
   (a thin horizontal rule with a small perpendicular tick at one end,
   echoing structural/civil engineering drawing conventions).
   ========================================================================== */

:root {
	--wp--preset--color--sb-navy: #0A2647;
	--wp--preset--color--sb-orange: #FF6B00;
	--wp--preset--color--sb-yellow: #FFC857;
	--wp--preset--color--sb-surface: #F7F8FA;
	--wp--preset--color--sb-charcoal: #1A1D23;
}

body {
	margin: 0;
}
