/*!
Theme Name: La Vidriera
Theme URI: https://example.com/la-vidriera
Author: Your Name
Author URI: https://example.com
Description: A custom WordPress theme for La Vidriera
Version: 1.0.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: la-vidriera
Domain Path: /languages
Requires at least: 5.0
Requires PHP: 7.4
*/

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #333;
}

/* WordPress Required Classes */
.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    margin: 0.8075em 0;
}

.alignleft {
    float: left;
    margin-right: 1em;
}

.alignright {
    float: right;
    margin-left: 1em;
}

.aligncenter {
    text-align: center;
}