/*
Theme Name: Maestro Constructor
Theme URI: https://example.com/maestro-constructor
Author: Antigravity
Author URI: https://example.com
Description: Un tema de WordPress rápido y limpio convertido desde React para maestros constructores. Incluye un tablero personalizado para gestión de contenidos.
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: maestro-constructor
Tags: one-column, custom-background, custom-colors, custom-menu, featured-images
*/

/* 
 * Basic Reset and Tailwind Preflight overrides if needed.
 * Most styles are handled by Tailwind CDN for this specific implementation as requested.
 */
body {
    background-color: #f0f0f1; /* Fallback */
    margin: 0;
}

/* Custom Admin Bar styling integration for the frontend if needed */
#wpadminbar {
    /* Ensure admin bar doesn't conflict with our sticky header if possible, 
       though usually WP handles this by adding margin-top to html */
}
