.elementor-kit-8{--e-global-color-primary:#441451;--e-global-color-secondary:#FEFAF4;--e-global-color-text:#545454;--e-global-color-accent:#C38945;--e-global-color-30f7e65:#F7EBDA;--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;color:var( --e-global-color-text );font-family:"Poppins", Sans-serif;font-size:16px;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:var( --e-global-color-primary );color:var( --e-global-color-secondary );}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 h1{color:var( --e-global-color-primary );font-family:"Playfair Display", Sans-serif;font-size:30px;font-weight:600;}.elementor-kit-8 h2{color:var( --e-global-color-primary );font-family:"Poppins", Sans-serif;font-size:20px;font-weight:600;}.elementor-kit-8 h3{color:var( --e-global-color-secondary );}.elementor-kit-8 input:not([type="button"]):not([type="submit"]),.elementor-kit-8 textarea,.elementor-kit-8 .elementor-field-textual{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-text );}.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 *//* Body-text link styling for WordPress
   Link:       #E81473
   Hover:      #B24ACF
   Visited:    #F1BDFF
*/

/* Target common content containers (posts, pages, Gutenberg content, widgets) */
.entry-content a,
.post-content a,
.page .entry-content a,
.page-content a,
.content-area a,
.single .entry-content a,
.wp-block-post-content a,
.widget_text a,
.widget a {
  color: #E81473;
  text-decoration: underline;        /* keeps links obvious */
  text-decoration-thickness: 1px;
  transition: color 180ms ease;
}

/* Hover / active */
.entry-content a:hover,
.post-content a:hover,
.page .entry-content a:hover,
.page-content a:hover,
.content-area a:hover,
.single .entry-content a:hover,
.wp-block-post-content a:hover,
.widget_text a:hover,
.widget a:hover,
.entry-content a:active,
.entry-content a:focus {
  color: #B24ACF;
  text-decoration: underline;
}

/* Visited links */
.entry-content a:visited,
.post-content a:visited,
.page .entry-content a:visited,
.page-content a:visited,
.content-area a:visited,
.single .entry-content a:visited,
.wp-block-post-content a:visited,
.widget_text a:visited,
.widget a:visited {
  color: #F1BDFF;
}

/* Accessibility: visible keyboard focus */
.entry-content a:focus-visible,
.post-content a:focus-visible,
.page .entry-content a:focus-visible,
.page-content a:focus-visible,
.content-area a:focus-visible,
.single .entry-content a:focus-visible,
.wp-block-post-content a:focus-visible,
.widget_text a:focus-visible,
.widget a:focus-visible {
  outline: 3px solid rgba(178, 74, 207, 0.18);
  outline-offset: 3px;
  border-radius: 2px;
}

/* Optional: If your theme keeps overriding link colours, uncomment the !important version below */
/*
.entry-content a,
.post-content a,
.page .entry-content a,
.page-content a,
.content-area a,
.single .entry-content a,
.wp-block-post-content a,
.widget_text a,
.widget a { color: #E81473 !important; }

.entry-content a:hover,
... { color: #B24ACF !important; }

.entry-content a:visited,
... { color: #F1BDFF !important; }
*//* End custom CSS */