/*
Theme Name: Stories
Theme URI: https://relatosycartas.com/
Author: Antigravity Team
Author URI: https://relatosycartas.com/
Description: A modern, modular WordPress theme built for stories, articles, and custom content types.
Version: 1.0.0
Tested up to: 6.7
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: stories
Tags: blog, custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

All rights reserved.
*/

/* Reset & Base Styles */
html,
body {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: clip;
}

body {
    font-family: var(--wp--preset--font-family--manrope), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.6;
    color: var(--color-text-body);
    background-color: var(--bg-body);
    width: 100%;
}

/* Base Theme Structure */
.site {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
}

.site-main {
    flex: 1;
    width: 100%;
}