/**
 * Universal Shop — site design tokens (Stage F0B)
 *
 * Every component page renders inside the .us-shop wrapper. Only tokens and
 * the wrapper live here — page-specific styling belongs in category.css /
 * product.css / etc. (added per page, Stage F2+).
 */

.us-shop {
  --us-accent: #0d6efd;
  --us-radius: 0.375rem;
  --us-card-gap: 1rem;
  --us-price-color: #198754;
  --us-discount-color: #dc3545;
}
