/* ========================================
   Don Lal Jewellers — CSS Variables
   Theme derived from storefront aesthetics:
   burgundy signage, gold lettering, cream marble
   ======================================== */

:root {
    /* Core palette */
    --shop-primary: #7B2332;
    --shop-secondary: #C8A951;
    --shop-bg: #FDFBF8;
    --shop-background: #FDFBF8;
    --shop-text: #1A1210;
    --shop-heading-font: 'Cormorant Garamond', serif;
    --shop-body-font: 'Inter', sans-serif;
    --shop-script-font: 'Great Vibes', cursive;

    /* Derived */
    --shop-primary-light: #f3e8ea;
    --shop-primary-dark: #5a1523;
    --shop-secondary-light: #f5edda;
    --shop-promo: #B8860B;
    --shop-border: #E8E0D8;
    --shop-muted: #8B7E75;
    --shop-text-muted: #8B7E75;
    --shop-surface: #F5F0EB;
    --shop-radius: 12px;
    --shop-radius-sm: 8px;
    --shop-shadow: 0 2px 8px rgba(26, 18, 16, 0.06);
    --shop-shadow-lg: 0 12px 40px rgba(26, 18, 16, 0.1);
    --shop-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --shop-max-width: 1200px;
}
