/*
Theme Name: Maison Mielle
Theme URI: https://maisonmielle.com
Author: Artisanal Hive
Author URI: https://maisonmielle.com
Description: Pure Organic Honey & Dates — Artisanal eCommerce Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: maison-mielle
Tags: ecommerce, honey, artisanal, custom-background, custom-logo, full-width-template
*/

/* Theme styles are loaded via functions.php (Tailwind CDN + Google Fonts) */
/* Additional custom styles below */

.viscous-ease { transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }

.paper-texture {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
    opacity: 0.02;
}

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.animate-marquee {
    animation: marquee 30s linear infinite;
}
