.elementor-kit-5{--e-global-color-primary:#F5A623;--e-global-color-secondary:#1A1A1A;--e-global-color-text:#F2F0EC;--e-global-color-accent:#F5A623;--e-global-typography-primary-font-family:"Permanent Marker";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Caveat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Kalam";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.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 */:root {
  --ink:    #1a1714;
  --amber:  #F5A623;
  --amber2: #e8941a;
  --cream:  #f7f4ee;
  --paper:  #f0ece3;
  --white:  #fdfaf5;
}

body {
  font-family: 'Kalam', cursive !important;
  background-color: var(--paper) !important;
  color: var(--ink) !important;
  overflow-x: hidden;
}

/* Texture carta su tutto il sito */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  opacity: 0.55;
}

/* Cursore custom ambra */
body {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Ccircle cx='10' cy='10' r='4' fill='%23F5A623' opacity='.8'/%3E%3C/svg%3E") 10 10, auto;
}

/* Titoli principali (H1, H2) → Permanent Marker */
.elementor-widget-heading h1,
.elementor-widget-heading h2 {
  font-family: 'Permanent Marker', cursive !important;
  line-height: 1.05 !important;
  color: var(--ink) !important;
}

/* Sottotitoli / tag → Caveat */
.elementor-widget-heading h3,
.elementor-widget-heading h4,
.elementor-widget-heading h5 {
  font-family: 'Caveat', cursive !important;
  font-weight: 700 !important;
}

/* Testo corpo → Kalam */
.elementor-widget-text-editor,
.elementor-widget-text-editor p {
  font-family: 'Kalam', cursive !important;
  font-size: 17px !important;
  line-height: 1.85 !important;
  color: #5a5040 !important;
}

/* Testo in sezione scura (about) */
.sezione-dark .elementor-widget-text-editor p {
  color: #c8bfaa !important;
}
html { scroll-behavior: smooth; }

/* Forza colore testo sezione about */
#about .elementor-heading-title,
#about h1,
#about h2,
#about h3,
#about h4,
#about p,
#about .elementor-widget-heading .elementor-heading-title {
  color: #FDFAF5 !important;
}

/* Tag "Chi siamo" in ambra */
#about .qdp-tag {
  color: #F5A623 !important;
}

/* Testo paragrafi in grigio chiaro */
#about .elementor-widget-text-editor p,
#about .elementor-widget-text-editor {
  color: #C8BFAA !important;
}

.elementor h1,h2 {
  font-size: clamp(44px, 5vw, 60px) !important;
  line-height: 1.2;
}

/* Rimuove gap attorno ai divider SVG */
.qdp-divider {
  padding: 0 !important;
  margin: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
}

.qdp-divider .elementor-container,
.qdp-divider .elementor-widget-wrap,
.qdp-divider .elementor-widget-html {
  padding: 0 !important;
  margin: 0 !important;
  line-height: 0 !important;
}

.qdp-divider svg {
  display: block !important;
  margin-top: -2px !important;
  margin-bottom: -2px !important;
}/* End custom CSS */