/**
 * Default Store Styles
 * Custom styling for localhost and fallback
 */

:root {
  /* Default brand colors */
  --store-primary: #374151;
  --store-secondary: #4b5563;
  --store-accent: #6b7280;
  --banner-text-color: var(--fg-on-inverted); /* White text for dark backgrounds */
}

/* Add your default styles here */
