/*
Theme Name: TPA - Danie Cadet
Template: tpa-base
Description: Sole Solution Therapeutic Services – Marie Danie Cadet, LMHC
Version: 1.0.0
Author: Greater Heights Technology
*/

/* Landing page color overrides */
body.landing-page {
    --lp-primary: #4A8FCB;
    --lp-secondary: #3A6F9E;
    --lp-accent: #23323A;
}

/* Hero headshot — shrunk 20% (500→400px) on LP only per client request. */
body.landing-page .lp-hero-image img {
    max-width: 400px;
}

/* LP brand — mirror main site .nav-brand (client.css is not loaded on LP). */
body.landing-page .nav-brand {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-weight: 600;
    color: #4A8FCB;
    letter-spacing: 0.3px;
    text-decoration: none;
}
