/* Default Theme - Pink Accent (Current) */
:root {
    --primary-color: #ff6b9d;
    --primary-hover: #c44569;
    --text-color: #2c3e50;
    --text-light: #5a6c7d;
    --text-muted: #7f8c8d;
    --bg-color: #f8f9fa;
    --card-bg: #ffffff;
    --border-color: #e1e8ed;
    --input-bg: #fafbfc;
}

