/*
 * Default Theme CSS Variable Overrides
 * This file contains theme-specific CSS variable overrides for the default theme.
 * The default theme uses the base colors from tailwind.css, so no overrides are needed.
 *
 * To create a new theme, copy this file to a new name (e.g., "modern.css") and
 * override the CSS variables defined in tailwind.css.
 *
 * Example overrides:
 * :root {
 *   --primary: #yourcolor;
 *   --secondary: #anothercolor;
 * }
 */

/* Default theme uses base colors - no overrides needed */
