/**
 * Petbarn Store Styles
 * Custom styling for petbarn.engraving.savvyminions.com
 */

:root {
  /* Brand colors - customize these for Petbarn */
  --store-primary: rgb(184, 21, 33);
  --store-secondary: #3b82f6;
  --store-accent: #007fc3;
  --banner-color: var(--store-primary);
  --banner-text-color: var(--fg-on-inverted); /* White text for dark backgrounds */
}

/* Add your Petbarn-specific styles here */
