/*
Theme Name: Gemini Watermark FSE
Theme URI: https://geminiwatermarkremove.lovable.app
Author: Gemini Watermark
Author URI: https://geminiwatermarkremove.lovable.app
Description: Brutalist yellow & black Full Site Editing (FSE) block theme for the Gemini Watermark Remover brand. Includes theme.json, block templates, template parts and block patterns.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gemini-watermark-fse
Tags: full-site-editing, block-templates, block-patterns, block-styles, one-column, two-columns, custom-colors, custom-logo, custom-menu, editor-style, featured-images, threaded-comments, translation-ready, wide-blocks
*/

/* FSE themes use theme.json for styles. This file only carries the header
   and a few minimal helpers for the front-end. */

.gw-brutal-shadow { box-shadow: 8px 8px 0 0 #0a0a0a; }
.gw-brutal-border { border: 3px solid #0a0a0a !important; }
.gw-marquee-track { display: inline-flex; gap: 3rem; animation: gw-marquee 28s linear infinite; white-space: nowrap; }
@keyframes gw-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
