
/* ===================== CSS Variables ===================== */
/* Theme: Munt Groen (薄荷新绿) — Dutch Home Cleaning */
:root {
    --primary: #2E8B6E;
    --primary-dark: #237057;
    --accent-red: #5A8961;
    --text-main: #1C2B22;
    --text-muted: #5A7A68;
    --bg-light: #F2F0EB;
    --bg-white: #ffffff;
    --border-color: #C5DDD4;

    /* Footer overrides: background is --primary (#2E8B6E),
       so text must contrast sufficiently against the green background */
    --footer-bg: #233e35;
    --footer-text: #F2F0EB;
    --footer-text-muted: #C5DDD4;
    --footer-link: #5A8961;
    --footer-bot-text: #EAF5F0;
    --footer-border: #237057;

    /* Sidebar widget-title ::before accent —
       distinct from the title background colour (#2E8B6E / --primary) */
    --sidebar-title-before: #5A8961;
}