:root {
    --color-bg-dark-green: #0C3C2D;
    --color-bg-white: #FFFFFF;
    --color-text-dark-gray: #222222;
    --color-text-light-gray: #666666;
    --color-accent-yellow: #FFCC33;
    --color-cta-green: #007044;
    --color-bg-gray: #F5F5F5;
    --color-text-status-green: #4CAF50;
}

body {
    font-family: 'Inter', sans-serif; /* As per design document */
}

/* Add custom styles here if needed */