/*
Theme Name: First Construction Services (Kadence Child)
Template: kadence
Version: 1.0
Description: Thin Kadence child theme for First Construction Services. Styling only — all page content lives as editable Kadence blocks.
*/

/* ═══════════════════════════════════════════════════════════════════
   FIRST CONSTRUCTION SERVICES — child theme

   ⚠️ DESIGN NOT YET CHOSEN. This file is deliberately close to empty.

   The build machinery (Kadence + Kadence Blocks, mtime-versioned CSS,
   palette-as-option, one generator script) matches SummitFS. The visual
   system does not yet — that decision is still open. Do not paste the
   SummitFS "Factory" tokens in here without deciding that FCS should
   look like SummitFS.

   When the design is chosen:
     1. Write the palette into the Kadence global palette. It is a
        WordPress OPTION (`kadence_global_palette`), NOT a theme_mod —
        setting it as a theme_mod silently does nothing.
     2. Bind these custom properties to `var(--global-paletteN, #fallback)`
        so the dashboard colour pickers still drive the site.
     3. Beware specificity: Kadence's `.entry-content p` beats bare
        component classes. Scope accordingly.
   ═══════════════════════════════════════════════════════════════════ */

:root {
	/* Bound to the Kadence global palette once a palette is registered.
	   Fallbacks below are neutral placeholders, not a brand decision. */
	--fcs-canvas: var(--global-palette9, #ffffff);
	--fcs-ink:    var(--global-palette3, #1a1a1a);
	--fcs-muted:  var(--global-palette5, #6b6b6b);
	--fcs-accent: var(--global-palette1, #2d6ca2);
}
