.elementor-widget-theme-page-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-widget-breadcrumbs{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS for theme-page-title, class: .elementor-element-dceb11f *//* Make custom page titles use theme's H1 font */
.custom-page-title {
  font-family: var(--wp--preset--font-family--heading, inherit); /* pulls theme heading font */
  font-size: var(--wp--preset--font-size--xx-large, 2.5rem);     /* adjust to theme scale */
  font-weight: 700; /* bold */
  line-height: 1.2;
  margin: 0 0 1rem;
  color: inherit;   /* use theme text color */
}/* End custom CSS */