/*
Theme Name: TPA - Whitney Heier
Template: tpa-base
Description: Whitney Heier, LMFT -- Therapy for Individuals & Couples. California & Online.
Version: 1.0.0
Author: Greater Heights Technology
*/

:root {
    --primary: #6E5B4B;
    --secondary: #9B8575;
    --accent: #A78591;
    --bg: #FAEFE8;
    --text: #2B2622;
    --bg-alt: #F4EFE8;
    --bridge: #988575;
    --footer: #6E5B48;

    --heading-font: 'Ms Madi', cursive;
    --body-font: 'Source Sans Pro', sans-serif;
}

/* Landing page color overrides */
.landing-page {
    --lp-primary: #6E5B4B;
    --lp-secondary: #4E3D2F;
    --lp-accent: #A78591;
}
