@font-face {
  font-family: 'icons_font';
  src:
    url('../fonts/icons_font.ttf?qtxoa8') format('truetype'),
    url('../fonts/icons_font.woff?qtxoa8') format('woff'),
    url('../fonts/icons_font.svg?qtxoa8#icons_font') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="_icon-"]::before, [class*=" _icon-"]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons_font' !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;
}

._icon-arrow-left:before {
  content: "\e901";
}
._icon-arrow-right:before {
  content: "\e900";
}
._icon-close:before {
  content: "\e902";
}
._icon-female:before {
  content: "\e903";
}
._icon-male:before {
  content: "\e907";
}
._icon-menu-close:before {
  content: "\e908";
}
._icon-menu-open:before {
  content: "\e909";
}
._icon-play:before {
  content: "\e90a";
}
._icon-whatsapp:before {
  content: "\e904";
}
._icon-tiktok:before {
  content: "\e905";
}
._icon-instagram:before {
  content: "\e906";
}
