.elementor-kit-6{--e-global-color-primary:#115132;--e-global-color-secondary:#A47864;--e-global-color-text:#FFFFFF;--e-global-color-accent:#E8D9CF;--e-global-color-fa8a602:#000000;--e-global-color-9c50197:#FFC72C;--e-global-color-c740bea:#40E0D0;--e-global-color-e4fffcc:#FFC72C;--e-global-color-a8baede:#E5B80B;--e-global-color-4eff161:#F5C242;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Lato";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-6ea289a-font-family:"All";background-color:var( --e-global-color-text );font-family:"Roboto", Sans-serif;overscroll-behavior:auto;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-family:"EB Garamond", Sans-serif;}.elementor-kit-6 h2{font-family:"EB Garamond", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{--lightbox-navigation-icons-size:0px;}@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 */.typewriter h2 {
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid orange; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: .15em; /* Adjust as needed */
  animation: 
    typing 3.5s steps(40, end),
    blink-caret .75s step-end infinite;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #E8D9CF; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #115132; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #A47864; 
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange; }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'All';
	font-display: auto;
	src: url('https://goff-it.de/wp-content/uploads/2025/01/AllrounderMonument-Book.ttf') format('truetype');
}
/* End Custom Fonts CSS */