generate custom css for joomla event booking component - purple theme.

Thought for 8s
Below is a custom CSS starting point for the Joomla Event Booking component with a purple theme. It is designed to improve buttons, headings, forms, tables, event cards, and registration areas.

Add this to your Joomla template custom CSS area or your stylesheet.

/* =========================================
   Joomla Event Booking - Purple Theme
   ========================================= */

:root {
  --eb-purple-dark: #4b1f6f;
  --eb-purple: #6f42c1;
  --eb-purple-medium: #7b4cc9;
  --eb-purple-light: #a178e3;
  --eb-purple-soft: #f4effd;
  --eb-purple-border: #d7c7f3;
  --eb-text-dark: #2d1f3d;
  --eb-text-light: #ffffff;
  --eb-muted: #6b6280;
  --eb-bg-light: #faf7ff;
  --eb-success: #4c9a6a;
  --eb-shadow: 0 8px 24px rgba(75, 31, 111, 0.12);
  --eb-radius: 12px;
  --eb-radius-sm: 8px;
  --eb-transition: all 0.25s ease-in-out;
}