:root{--page-title-display:none;}/* Start custom CSS *//* Disable all Elementor entrance animations */
.elementor-invisible,
.animated {
  animation: none !important;
  -webkit-animation: none !important;
  transition: none !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}


html {
  font-display: swap;
}
body {
  font-family: "YourPrimaryFont", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

@font-face {
  font-display: swap !important;
}/* End custom CSS */