/*
Theme Name: Heróis do Reino - Fundo Céu
Theme URI: https://example.com
Author: Heróis do Reino
Author URI: https://example.com
Description: Tema WordPress simples com fundo de céu suave para landing page Heróis do Reino.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: herois-fundo-theme
Tags: landing-page, custom-background
*/

html, body {
  min-height: 100%;
}

body {
  background:
    linear-gradient(rgba(255,255,255,0.58), rgba(255,255,255,0.82)),
    url("./assets/background-theme.webp") top center / cover no-repeat fixed !important;
  background-color: #f7fbff !important;
}

.site,
.site-content,
.entry-content,
.wp-site-blocks {
  background: transparent !important;
}
