/*
Theme Name: Cristason Professional
Theme URI: https://www.cristason.com/
Author: Antigravity
Author URI: https://www.cristason.com/
Description: Tema profesional y moderno para Cristasón S.L., especializado en el sector del vidrio. Diseño responsive, HTML5/CSS3 y efectos visuales.
Version: 1.0
Text Domain: cristason
*/

/* Reset básico para asegurar consistencia */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Inter', sans-serif; /* Fuente moderna */
    line-height: 1.6;
    color: #333;
    background-color: #f4f7f6;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}
