/*
Theme Name: Sparks Ventures
Theme URI: https://sparksventures.co.uk
Author: Sparks Ventures Creative
Author URI: https://sparksventures.co.uk
Description: Custom premium theme for Sparks Ventures LTD — London property consultancy. The Monument brand concept: Architectural Elegance. Features parallax effects, scroll animations, and a modular design system with CSS custom properties.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: Private
Text Domain: sparks-ventures
Tags: one-column, custom-logo, custom-menu, featured-images, theme-options

Sparks Ventures LTD — All rights reserved.
*/

/* ===== CSS VARIABLES — The Monument: Architectural Elegance ===== */
:root {
  --sv-primary: #2D5F4F;
  --sv-primary-deep: #1A3C34;
  --sv-accent: #B08D57;
  --sv-accent-light: #D4B483;
  --sv-accent-pale: #E8D5B5;
  --sv-bg-warm: #F2EDE4;
  --sv-text-muted: #7A8A80;
  --sv-text-body: #2C3E50;
  --sv-border-soft: #D8D0C4;
  --sv-white: #FFFFFF;
  --sv-font-display: 'EB Garamond', Garamond, Georgia, serif;
  --sv-font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}
