/* Variant-specific styles for default variant */
/* This file overrides or extends global.css for A/B testing */

/* Example: Change primary color for this variant */
:root {
  --color-primary: #2563eb;
  --color-primary-hover: #1d4ed8;
}

/* You can customize any styles here for A/B testing */
/* For example, different button styles, colors, spacing, etc. */


