/**
 * WinkSuite Default Theme - Specific Overrides
 * 
 * This file inherits from /css/theme-global.css
 * Only include theme-specific overrides here
 * 
 * All base CSS variables and styles are defined in theme-global.css
 * This file is optional and should only contain customizations specific to the "default" theme
 */

/* ===== THEME-SPECIFIC OVERRIDES ===== */
/* Add any default theme-specific overrides here if needed */

/* Example: Override primary color for this theme only */
/* 
:root {
  --wink-primary: #8058e3;
}
*/

/* Example: Theme-specific component styles */
/*
.default-theme-card {
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-glow-light);
}
*/

/* Note: Most styles are now in theme-global.css */
/* This file is kept for backward compatibility and theme-specific customizations */
