Design System

Style Guide

This page documents the standard typography, spacing, and UI conventions for the Patricia Harvey Therapy website. Use these rules for all new pages and components to ensure a cohesive look and feel.

Color Palette

Primary
#8B9F7F
Primary Dark
#A8C69F
Secondary
#D4C5A9
Secondary Light
#E3D7CF
Header Color
#47473B
Body Text
#47473B
Light BG
#FBF5F1
Blue Gray 1
#E9EBEE
Blue Gray 2
#D9DCE0

Typography

Section & Container Spacing

Buttons & Forms

Example Section

<section>
    <div class="cs-container">
        <span class="cs-topper">Section Eyebrow</span>
        <h2 class="cs-title">Section Title</h2>
        <p class="cs-text">Body text goes here. Use .cs-text for all paragraphs.</p>
        <ul class="cs-ul">
            <li class="cs-li">List item</li>
        </ul>
        <a href="#" class="cs-button-solid">Call to Action</a>
    </div>
</section>

Cohesive Rules