/*
Theme Name: Slotbox
Theme URI: https://slotbox.io/
Author: Slotbox
Author URI: https://slotbox.io/
Description: Block theme with Tailwind CSS for Slotbox free-to-play site. Supports WordPress 6.2+, PHP 8.3+.
Requires at least: 6.2
Tested up to: 6.6
Requires PHP: 8.3
Version: 0.1.0
Text Domain: slotbox
Tags: full-site-editing, block-theme, tailwind, accessibility-ready, responsive
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* Compiled Tailwind output will be enqueued separately. Keep minimal CSS here. */
:root {
	--slotbox-brand: #6f2cff;
}

body {
	margin: 0;
} 