/*
 * Stilmerce Storefront — Custom CSS Overrides
 * ──────────────────────────────────────────────────────────────────────────
 * This file is SAFE TO EDIT. It is never overwritten by updates.
 *
 * Use this file to override storefront styles without touching core files.
 * Changes here survive version updates.
 *
 * Examples:
 *
 *   :root {
 *     --primary: #e63946;
 *     --font-heading: 'Playfair Display', serif;
 *   }
 *
 *   .product-card {
 *     border-radius: 12px;
 *   }
 */
