.fakd.fa-duotone-regular-envelope-open-dollar-circle-arrow-left-bl, .fa-kit-duotone.fa-duotone-regular-envelope-open-dollar-circle-arrow-left-bl { --fa: "\e012"; }
.fakd.fa-duotone-regular-envelope-open-dollar-circle-arrow-right-bl, .fa-kit-duotone.fa-duotone-regular-envelope-open-dollar-circle-arrow-right-bl { --fa: "\e011"; }
.fakd.fa-duotone-regular-money-bills-circle-arrow-left, .fa-kit-duotone.fa-duotone-regular-money-bills-circle-arrow-left { --fa: "\e015"; }
.fakd.fa-duotone-regular-money-bills-circle-arrow-right, .fa-kit-duotone.fa-duotone-regular-money-bills-circle-arrow-right { --fa: "\e014"; }
.fakd.fa-duotone-regular-money-bills-magnifying-glass-bl, .fa-kit-duotone.fa-duotone-regular-money-bills-magnifying-glass-bl { --fa: "\e016"; }
.fakd.fa-duotone-solid-square-pen-sparkle, .fa-kit-duotone.fa-duotone-solid-square-pen-sparkle { --fa: "\e00e"; }
.fakd.fa-duotone-solid-user-rotate-bl, .fa-kit-duotone.fa-duotone-solid-user-rotate-bl { --fa: "\e005"; }
.fakd.fa-duotone-solid-users-rotate-bl, .fa-kit-duotone.fa-duotone-solid-users-rotate-bl { --fa: "\e004"; }

.fakd, .fa-kit-duotone {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: var(--fa-display, inline-block);
  font-family: "Font Awesome Kit Duotone";
  font-style: normal;
  font-synthesis: none;
  font-variant: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1;
  position: relative;
  text-rendering: auto;
}

.fakd::before, .fa-kit-duotone::before {
  content: var(--fa)/"";
}

@supports not (content: ''/'') {
  .fakd::before, .fa-kit-duotone::before {
    content: var(--fa);
  }
}

.fakd::after, .fa-kit-duotone::after {
  content: var(--fa)/"";
  font-feature-settings: "ss01";
}

@supports not (content: ''/'') {
  .fakd::after, .fa-kit-duotone::after {
    content: var(--fa);
  }
}

.fa-kit-duotone::before, .fakd::before {
  position: absolute;
  color: var(--fa-primary-color, inherit);
  opacity: var(--fa-primary-opacity, 1); }

.fa-kit-duotone::after, .fakd::after {
  color: var(--fa-secondary-color, inherit);
  opacity: var(--fa-secondary-opacity, 0.4); }

.fa-swap-opacity .fa-kit-duotone::before,
.fa-kit-duotone.fa-swap-opacity::before,
.fakd.fa-swap-opacity::before{
  opacity: var(--fa-secondary-opacity, 0.4); }

.fa-swap-opacity .fa-kit-duotone::after,
.fa-kit-duotone.fa-swap-opacity::after,
.fakd.fa-swap-opacity::after {
  opacity: var(--fa-primary-opacity, 1); }

.fa-kit-duotone.fa-stack-1x, .fa-kit-duotone.fa-stack-2x,
.fakd.fa-stack-1x, .fakd.fa-stack-2x {
  position: absolute; }

@font-face {
  font-family: "Font Awesome Kit Duotone";
  font-style: normal;
  font-display: block;
  src: url("../webfonts/custom-icons-duotone.woff2") format("woff2");
}
