/*
Theme Name: AltoFuel
Theme URI: https://altofuel.com
Description: Full Site Editing theme for AltoFuel headless WordPress with Next.js integration. Built with theme.json design system, WPML bilingual support, and WordPress VIP compliance.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 8.3
Author: AltoFuel Team
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: altofuel
Tags: full-site-editing, block-theme, accessibility-ready, translation-ready
*/

/**
 * AltoFuel WordPress Theme - Minimal Fallback CSS
 *
 * This theme uses theme.json as the single source of truth for design tokens.
 * WordPress automatically generates CSS custom properties from theme.json.
 * This file contains only minimal fallback styles.
 */

/* Ensure proper box-sizing inheritance */
*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Basic body defaults */
body {
	margin: 0;
	padding: 0;
}
