/*
Theme Name: FP&A Executive Search
Theme URI: https://localhost:8130
Author: AI-to-WP
Author URI: https://localhost:8130
Description: Custom theme for FP&A Executive Search - executive finance recruitment firm for Ireland's West region. Converted from AI-generated site.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: Private
Text Domain: fpa-executive-search
*/

/* ============================================
   DESIGN SYSTEM TOKENS
   ============================================ */
:root {
  --color-primary: #1a3a5c;
  --color-primary-dark: #0f2440;
  --color-accent: #c8963e;
  --color-accent-light: #e8b96a;
  --color-text-dark: #1a1a2e;
  --color-body: #374151;
  --color-muted: #6b7280;
  --color-bg: #f8f7f4;
  --color-white: #ffffff;
  --color-border: #e5e7eb;
  --color-badge-featured: #c8963e;
  --color-badge-new: #1a3a5c;

  --font-heading: 'Playfair Display', Georgia, serif;
  --font-body: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --max-width: 1152px;
  --section-padding: 80px 20px;
  --section-padding-sm: 48px 20px;

  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);
  --shadow-md: 0 4px 16px rgba(0,0,0,0.1);
  --shadow-lg: 0 8px 32px rgba(0,0,0,0.12);

  --transition: 0.3s ease;
}
