/*
 * Compiled stylesheet: bookstore_detail.css
 * Shared by views:
 *   - app/Views/front/bookstore/detail.php
 *   - app/Views/front/productstore/detail.php
 */

body { font-family: 'Inter', sans-serif; background-color: #FCFBFA; }
        .font-serif { font-family: 'Playfair Display', serif; }
        .gradient-text { background: linear-gradient(135deg, #B76E2E, #2C1A12); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }