@font-face {
  font-family: "GC EPICPRO Demo";
  src: url("../fonts/GC-EPICPRO-Demo-BF6891cc5419ab8.ttf") format("truetype"),
       url("../fonts/GC-EPICPRO-Demo.ttf") format("truetype"),
       url("../fonts/gc-epicpro-demo-extract/GC-EPICPRO-Demo-BF6891cc5419ab8.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --kdp-btn-font: "GC EPICPRO Demo", "Bebas Neue", sans-serif;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.btn,
.btn-dark,
.btn_global,
.btn-global,
.btn-submit,
.btn-quote,
.kdp-btn-pill,
.home-hero__btn,
.home-hero__submit,
.home-our-services__chat-btn,
.popup_button,
.author_btn button,
.author_btn a,
.header-phone-btn,
.header-phone-btn .phone-text,
.floatbutton .clickbutton,
.floatbutton .clickbutton .crossplus a,
.global_btn button,
.global_btn a button,
.btns_wrap a,
.btns_wrap a span,
button.btn-dark,
.tabs_navs ul#myTab li.nav-item button,
section.home_banner.home-hero .home-hero__btn,
section.home_banner.home-hero .home-hero__submit,
.home-contact__form .btn-submit,
.service-banner__btn,
header.main_header .mobile-nav-list .btn-quote {
  font-family: var(--kdp-btn-font) !important;
  font-weight: 400 !important;
  font-style: normal !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

button span:not(.fa):not([class*="fa-"]),
.kdp-btn-pill span:not(.kdp-btn-pill__icon):not(.fa):not([class*="fa-"]),
.btn span,
.btn-dark span,
.author_btn span,
.global_btn button span,
.global_btn a button span,
.header-phone-btn .phone-text,
.btns_wrap a span {
  font-family: inherit !important;
  font-weight: inherit !important;
  text-transform: inherit !important;
  letter-spacing: inherit !important;
}
