/*
Theme Name: DeepWater Construction & Renovation
Theme URI: https://deepwaterconstruction.com/theme
Author: Shahid Hurra
Author URI: https://deepwaterconstruction.com
Description: A 100% customizable, modern, and elegant WordPress theme designed for Home Construction, Luxury Renovation, Architectural Design, and Structural Engineering firms. Features live customizer options, interactive cost estimator calculator, before/after renovation slider, filterable project portfolio, and smooth micro-animations.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: deepwater
Tags: construction, renovation, architecture, luxury, customizable, portfolio, responsive-layout, custom-colors, custom-menu, theme-options, translation-ready

DeepWater Construction & Renovation WordPress Theme
*/

/* Core Theme CSS Variables default fallbacks */
:root {
  --dw-primary: #D4AF37; /* Architectural Gold */
  --dw-primary-hover: #b89528;
  --dw-secondary: #0A192F; /* Deep Luxury Navy */
  --dw-dark: #070D18; /* Obsidian Dark */
  --dw-card-bg: rgba(15, 23, 42, 0.6);
  --dw-surface-light: #F8FAFC;
  --dw-surface-border: rgba(212, 175, 55, 0.2);
  --dw-text-main: #E2E8F0;
  --dw-text-muted: #94A3B8;
  --dw-text-dark: #0F172A;
  --dw-font-heading: 'Outfit', 'Plus Jakarta Sans', -apple-system, sans-serif;
  --dw-font-body: 'Inter', -apple-system, sans-serif;
  --dw-radius-sm: 6px;
  --dw-radius-md: 12px;
  --dw-radius-lg: 24px;
  --dw-shadow-glow: 0 10px 30px -10px rgba(212, 175, 55, 0.3);
  --dw-shadow-card: 0 20px 40px -15px rgba(0, 0, 0, 0.5);
  --dw-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
