/* Textura mármol gris pálido — pale-gray-marble-texture-template.jpg */
@import url('sakura_topbar.css');
@import url('sakura_motion.css');
@import url('sakura_responsive.css');

/* Home: fondo blanco sólido sin textura */
body.sakura-home {
    background-color: #ffffff;
    background-image: none;
}

/* Resto del sitio público: textura mármol al 50% de opacidad */
body:not(.sakura-home) {
    background-color: #f9f9f7;
    background-image:
        linear-gradient(rgba(249, 249, 247, 0.5), rgba(249, 249, 247, 0.5)),
        url('../img/textures/pale-gray-marble-texture.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}
