/* Explain: Theme tokens for the premium executive advisory practice */
:root {
    --primary-color: #17375E;
    --primary-hover: #B08D57;
    --secondary-color: #2F343B;
    --accent-color: #B08D57;
    --background-color: #F8F7F4;
    --surface-color: #FFFFFF;
    --text-color: #2F343B;
    --text-muted: #555A60;
    --border-color: rgba(47, 52, 59, 0.15);
    --font-heading: 'Cormorant Garamond', serif;
    --font-body: 'Inter', sans-serif;
    --radius-btn: 6px;
}
