/**
 * Demo Site Theme
 * Green theme with DEMO badge
 */
:root {
    --site-primary: #198754;
    --site-secondary: #20c997;
    --site-bg: #f0fff4;
    --site-text: #212529;
}

/* Demo-specific skeleton color */
.skeleton {
    background: linear-gradient(90deg, #d1e7dd 25%, transparent 37%, transparent 63%, #d1e7dd 75%);
}

/* Demo debug output */
.debug-output {
    background-color: #d1e7dd;
}
