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

:root {
  /* Brand colors - customize these for Petbarn */
  --store-primary: rgb(255, 181, 38);
  --store-secondary: #3b82f6;
  --store-accent: #007fc3;
  --banner-color: var(--store-primary);
  --banner-text-color: var(--fg-base); /* Dark text for light backgrounds */
}

/* Add your Petbarn-specific styles here */
