/*
Theme Name: Whitmore & Associates Law Firm
Theme URI: https://whitmorelawyers.co.uk
Author: Law & Web Agency
Description: An elegant, authoritative, and fast WordPress theme designed specifically for Solicitors in London. Pre-styled for Elementor, WPForms, and Rank Math SEO.
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: whitmore-associates
Tags: law-firm, legal, professional, navy-gold, clean, responsive, translation-ready

This theme is designed using the exact branding of Whitmore & Associates:
- Primary Color (Navy Blue): #1B2A4A
- Secondary Color (Brushed Gold): #B8995A
- Accent Color (Soft Gray): #F4F4F4
- Text Color (Charcoal): #222222
*/

body {
    font-family: 'Inter', sans-serif;
    color: #222222;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6, .site-title {
    font-family: 'Playfair Display', Georgia, serif;
    color: #1B2A4A;
    font-weight: 700;
}

a {
    color: #B8995A;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #1B2A4A;
}

/* Theme Layout Helpers */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.text-gold { color: #B8995A; }
.bg-navy { background-color: #1B2A4A; }
