/*
Theme Name: Diggerman Dan
Theme URI: https://diggermandan.com
Author: Ivory Websites
Author URI: https://ivorywebsites.com.au
Description: Custom semantic HTML theme for Diggerman Dan earthworks. Built by Ivory Websites, no page builder. Content images managed through ACF, projects through a custom post type.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 8.0
License: GNU General Public License v2 or later
Text Domain: diggerman-dan
*/

/*
 The real styles live in assets/css/dd-styles.css (your mockup stylesheet) and
 assets/css/dd-home.css (the extracted inline block from the mockup).
 dd-styles.css owns the :root brand variables; the block below only mirrors them
 as a safety net in case that file ever fails to load. Keep them in sync.
*/

:root{
  --navy: #0a1d3a;
  --orange: #f47521;
  --blue: #1d6cd1;
  --light-grey: #f5f5f5;
  --border: #e5e7eb;
  --grey: #6b7280;
  --placeholder: #d1d5db;
}
