@font-face {
	font-family: "Elite Kit Icons";
	src: url("elite-kit-icons.woff2") format("woff2"),
		url("elite-kit-icons.woff") format("woff"),
		url("happy-icons.svg#ek-icons") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.ek {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Elite Kit Icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.ek-slider-image:before {
  content: "\e903";
}
.ek-testimonial:before {
  content: "\e904";
}
.ek-logo-grid:before {
  content: "\e902";
}
.ek-arrow-right:before {
  content: "\e901";
}
.ek-age-gate:before {
  content: "\e900";
}
