/**
 * Theme Name: Bapco Theme
 * Theme URI: https://bap-co.com
 * Author: Your Name
 * Author URI: https://sabanweb.com
 * Description: A custom WordPress theme for your website.
 * Version: 1.0.0
 * Text Domain: Bapco-theme
 * License: GNU General Public License v2 or later
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
 */

@font-face {
  font-family: "ngh";
  src: url("assets/fonts/ngh.eot?3wpqqk");
  src:
    url("assets/fonts/ngh.eot?3wpqqk#iefix") format("embedded-opentype"),
    url("assets/fonts/ngh.ttf?3wpqqk") format("truetype"),
    url("assets/fonts/ngh.woff?3wpqqk") format("woff"),
    url("assets/fonts/ngh.svg?3wpqqk#ngh") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Vazirmatn";
  src: url("assets/fonts/Vazirmatn[wght].woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* Optional: Fallback for older browsers using the Regular file */
@font-face {
  font-family: "Vazirmatn";
  src: url("assets/fonts/Vazirmatn-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ngh" !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-right-1:before {
  content: "\e900";
}
.icon-arrow-square-right:before {
  content: "\e901";
}
.icon-calendar:before {
  content: "\e902";
}
.icon-profile-2user:before {
  content: "\e903";
}
.icon-search-normal:before {
  content: "\e904";
}
.icon-send-sqaure-2:before {
  content: "\e905";
}
.icon-sms-tracking:before {
  content: "\e906";
}
.icon-arrow-right:before {
  content: "\e907";
}
