/*
Theme Name: FABRICA Theme
Theme URI: https://undergracelabs.com
Author: UNDERGRACE LABS
Author URI: https://undergracelabs.com
Description: Lienzo en blanco de FABRICA WEB. No aporta header, footer ni estilos propios: todo el diseño lo renderiza el plugin FABRICA Blocks con los bloques fabricados.
Version: 0.1.1
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: fabrica-theme
*/

body {
    margin: 0;
    font-family: ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.5;
    color: #111827;
    background: #ffffff;
}

.fabrica-main {
    min-height: 60vh;
}

/* Contenido de páginas estándar de WordPress (no fabricadas) */
.fabrica-main .fabrica-content {
    max-width: 72rem;
    margin: 0 auto;
    padding: 3rem 1.5rem;
}

.fabrica-main .fabrica-content img {
    max-width: 100%;
    height: auto;
}
