:root{
    --background-primary: #F7F7F5;
    --background-secondary: #ECEDEB;
    --background-content: #FFFFFF;
    --text-primary: #1F2933;
    --text-secondary: #4B5563;
    --text-muted: #6B7280;
    --brand: #2F6F5E;
    --links: #3A5A8A;
    --alert: #C05621;
    --cta: #8E2A2A;
    --border: #D1D5DB;
    --divider: #9CA3AF;
}