.elementor-kit-9{--e-global-color-primary:#09090A;--e-global-color-secondary:#E8E3DE;--e-global-color-text:#B37435;--e-global-color-accent:#9A632D;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 h1{font-family:"Playfair Display", Sans-serif;font-weight:600;}.elementor-kit-9 h2{font-family:"Playfair Display", Sans-serif;font-weight:600;}.elementor-kit-9 h3{font-family:"Playfair Display", Sans-serif;font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Estilo Engravers (headings uppercase espaçados) */
.engravers {
  font-family: 'Playfair Display', serif !important;
  text-transform: uppercase !important;
  letter-spacing: 0.2em !important;
}

/* Seleção de texto */
::selection {
  background-color: #B37435;
  color: #fff;
}

/* Scroll suave */
html {
  scroll-behavior: smooth;
}

/* Animação fade-in */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

.elementor-section.fade-in .elementor-widget-wrap {
  animation: fadeInUp 0.8s ease-out forwards;
}/* End custom CSS */