/*
Theme Name: AIToolBunch Theme
Theme URI: https://aitoolbunch.com
Author: AIToolBunch
Author URI: https://aitoolbunch.com
Description: Minimal theme for AIToolBunch Platform plugin. No header, no footer — the plugin handles all page rendering.
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: atb-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* Reset */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: #fff; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; }
