/*
Theme Name: Altystick
Theme URI: https://jeremygarcini.com
Author: Jeremy Garcini
Author URI: https://jeremygarcini.com
Description: A bold, playful WordPress theme for Altystick — custom stickers & labels. Built for WooCommerce.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: altystick
Tags: e-commerce, custom-logo, custom-menu, featured-images, theme-options, woocommerce
*/

/*
 * Styles : uniquement l’en-tête WordPress ci-dessus.
 * Apparence = Tailwind (CDN) + classes utilitaires dans les fichiers PHP.
 * WooCommerce (HTML du plugin) : variables + règles injectées depuis inc/woocommerce-html-bridge.php
 * Animations stickers / ticker / pulse : @keyframes dans functions.php (bloc text/tailwindcss).
 */

html, body {
    overscroll-behavior: none !important;
}