.elementor-7418 .elementor-element.elementor-element-44f499f2{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-6a15ae84 *//* Base Font Setup */
body {
  font-family: 'Montserrat', sans-serif;
  color: #555555; /* Body text colour */
  line-height: 1.6;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  color: #333333; /* Heading colour */
  text-transform: uppercase; /* All caps for headings */
  margin-top: 1.2em;
  margin-bottom: 0.6em;
}

/* Specific Heading Sizes */
h2 {
  font-size: 24px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

/* Links */
a {
  color: #ee7272;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: #f7cdd0;
}

/* Optional Styling for Better Readability */
p {
  margin-bottom: 1em;
}

ul, ol {
  margin-bottom: 1em;
  padding-left: 1.5em;
}

button {
  font-family: 'Montserrat', sans-serif;
}/* End custom CSS */