.elementor .heading-2{font-family:Arial;font-weight:600;font-size:32px;}.elementor .body{font-family:Inter;font-weight:400;font-size:18px;}.elementor .bullet-list{/* Target the specific list class */
selector .custom-bullet-list ul {
  list-style-type: none; /* Remove default bullets */
  padding-left: 10px;
}

selector .custom-bullet-list ul li {
  position: relative;
  padding-left: 25px; /* Space for custom bullet */
  margin-bottom: 10px;
  color: #333;
}

/* Create the custom bullet */
selector .custom-bullet-list ul li::before {
  content: '\f00c'; /* FontAwesome Unicode (Checkmark) */
  font-family: "Font Awesome 5 Free"; /* Ensure FA is loaded */
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #0073aa; /* Bullet Color */
  font-size: 16px;
}\n}