/*
Theme Name: luizbasso2024
Theme URI: 
Author: Seu Nome
Author URI: https://leldesign.com.br
Description: Tema Para Site Luiz Basso Produções e Evento
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: meu-tema-personalizado
*/
/*
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

@import url('assets/css/core.css');


header.home-header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/**Paleta Prsonalizada**/

/* Classes para cores personalizadas do editor de blocos */

/* Cor de texto */
.has-preto-color {
  color: #000000 !important;
}
.has-branco-color {
  color: #ffffff !important;
}
.has-primaria-color {
  color: #3d263a !important;
}
.has-secundaria-color {
  color: #6c757d !important;
}
.has-destaque-color {
  color: #764d75 !important;
}
.has-fria-color {
  color: #a586a1 !important;
}
.has-fundo-color {
  color: #d8c1d5 !important;
}
.has-atencao-color {
  color: #ffc107 !important;
}
.has-info-color {
  color: #0dcaf0 !important;
}

/* Cor de fundo */
.has-preto-background-color {
  background-color: #000000 !important;
}
.has-branco-background-color {
  background-color: #ffffff !important;
}
.has-primaria-background-color {
  background-color: #3d263a !important;
}
.has-secundaria-background-color {
  background-color: #6c757d !important;
}
.has-destaque-background-color {
  background-color: #764d75 !important;
}
.has-fria-background-color {
  background-color: #a586a1 !important;
}
.has-fundo-background-color {
  background-color: #d8c1d5 !important;
}
.has-atencao-background-color {
  background-color: #ffc107 !important;
}
.has-info-background-color {
  background-color: #0dcaf0 !important;
}
