/* Auto-generated theme CSS */
:root {
    /* Brand colors */
    --primary-color: #10B981;
    --secondary-color: #059669;
    --text-color: #ECFDF5;
    --heading-color: #D1FAE5;
    --background-color: #111827;
    --dark-mode-primary: #34D399;
    --dark-mode-background: #030712;
}

/* Light mode (default) */
body {
    background-color: var(--background-color);
    color: var(--text-color);
}

h1, h2, h3, h4, h5, h6 {
    color: var(--heading-color);
}

