/*
Theme Name: DLP Services Trades
Theme URI: https://dlpservices.fertile.build/
Author: DLP Services Ltd
Description: Bespoke theme for DLP Services — multi-trade building maintenance contractor (North West, est. 1991). Archivo typography, trade-tool palette, sector-focused homepage and service pages.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.5
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: dlp-services-trades
*/

/* ============================================================================
 * Theme stylesheet — scaffold only. Per-template CSS is enqueued from
 * assets/css/<scope>.css. Global rules (typography, layout primitives,
 * header/footer chrome) live below, scoped under .dlp wrapper class to keep
 * them off any wp-admin pages that load this stylesheet.
 *
 * Fonts: Archivo + Archivo Black (woff2 in assets/fonts/, declared per-face).
 * ============================================================================ */

/* @font-face declarations get added during homepage template translation. */

:root {
  --dlp-text:        #111;
  --dlp-muted:       #555;
  --dlp-line:        #e5e2dc;
  --dlp-bg:          #faf8f4;
  --dlp-paper:       #ffffff;
  --dlp-accent:      #b3621c;  /* placeholder — replace with brand swatch from design */
}

html { box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }
body { margin: 0; font-family: 'Archivo', system-ui, sans-serif; color: var(--dlp-text); background: var(--dlp-bg); }
