/*
Theme Name: BlackWing Partners
Theme URI: https://blackwingpartners.com
Author: BlackWing Partners
Author URI: https://blackwingpartners.com
Description: Custom WordPress theme for BlackWing Partners — property management consultancy.
Version: 1.8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blackwing-partners
Tags: custom-theme, responsive, business
*/

/* =============================================
   CSS CUSTOM PROPERTIES
============================================= */
:root {
  --color-navy:      #1a2654;
  --color-navy-dark: #111a3e;
  --color-blue:      #2d5be3;
  --color-blue-dark: #1e46c7;
  --color-white:     #ffffff;
  --color-gray-light:#f4f6fb;
  --color-gray-mid:  #e2e7f0;
  --color-gray-text: #6b7280;
  --color-text:      #1a1a2e;

  --font-heading: 'Montserrat', sans-serif;
  --font-body:    'Montserrat', sans-serif;

  --max-width: 1200px;
  --section-padding: 80px 0;
  --border-radius: 12px;

  --shadow-card: 0 4px 24px rgba(26,38,84,0.10);
  --shadow-hover: 0 8px 40px rgba(26,38,84,0.18);

  --transition: 0.25s ease;
}
