:root {
  --bodyFont: "Inter", serif;
  --titleFont: "Inter", serif;
  --primaryColor: #00C89A;
  --secondaryColor: #B66A25;
  --bodyColor: #515151;
  --whiteColor: #FFFFFF;
  --blackColor: #000000;
  --titleColor: #1E1E1E;
  --borderColor: #f2f2f2;
  --inputbgColor: #FFFFFF;
  --softbgColor: #f6f6f6;
  --transition: 0.4s all ease;
}

/** video css --------------------------
--------------------------------------*/
.tp-icon-btn i, .tp-icon-btn svg {
  width: 1em;
  height: 1em;
  display: inline-block;
}

.tp-icon-btn {
  display: inline-block;
  line-height: 1;
  text-align: center;
  font-size: 20px;
}
.tp-icon-btn i::before {
  margin: 0;
}

/*# sourceMappingURL=icon.css.map */
