/* Auto-generated theme CSS - DO NOT EDIT MANUALLY */
/* Theme: Alternative */
:root {
    --primary-color: #d022d3;
    --secondary-color: #02008f;
    --accent-color: #d4c5a9;
    --dark-text: #2c3e50;
    --light-text: #ffffff;
    --white: #ffffff;
    --light-bg: #f0f9ff;
    --dark-bg: #2c3e50;
    --border-color: #e9ecef;
    --muted-text: #6c757d;
    --success-color: #28a745;
    --warning-color: #ffc107;
    --error-color: #dc3545;
    --info-color: #17a2b8;
    --category-button-color: #1ca3ec;
    --category-button-hover-color: #1ca3ec;
    
    /* Additional calculated colors */
    --shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    --shadow-hover: 0 4px 8px rgba(0, 0, 0, 0.15);
    --transition: all 0.3s ease;
}
