/* ==========================================================================
   FONTS DEFINITION
   Description: Loading local web fonts for typography consistency.
   ========================================================================== */

/* archivo-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: Archivo;
  font-style: normal;
  font-weight: 400;
  src: url("../../vendor/fonts/Archivo/archivo-v25-latin-regular.woff2")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* archivo-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: Archivo;
  font-style: normal;
  font-weight: 500;
  src: url("../../vendor/fonts/Archivo/archivo-v25-latin-500.woff2")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* archivo-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: Archivo;
  font-style: normal;
  font-weight: 600;
  src: url("../../vendor/fonts/Archivo/archivo-v25-latin-600.woff2")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* italianno-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: Italianno;
  font-style: normal;
  font-weight: 400;
  src: url("../../vendor/fonts/Italianno/italianno-v18-latin-regular.woff2")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* pinyon-script-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Pinyon Script";
  font-style: normal;
  font-weight: 400;
  src: url("../../vendor/fonts/PinyonScript/pinyon-script-v24-latin-regular.woff2")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/Poppins/poppins-v24-latin-regular.woff2")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  src: url("../../fonts/Poppins/poppins-v24-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  src: url("../../fonts/Poppins/poppins-v24-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  src: url("../../vendor/fonts/Roboto/roboto-v50-latin-regular.woff2")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  src: url("../../vendor/fonts/Roboto/roboto-v50-latin-500.woff2")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: Roboto;
  font-style: normal;
  font-weight: 600;
  src: url("../../vendor/fonts/Roboto/roboto-v50-latin-600.woff2")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* tangerine-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: Tangerine;
  font-style: normal;
  font-weight: 700;
  src: url("../../vendor/fonts/Tangerine/tangerine-v18-latin-700.woff2")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* Vazirmatn - Regular (400) */
@font-face {
  font-family: Vazirmatn;
  src: url("../../vendor/fonts/Vazirmatn/vazirmatn-v16-arabic_latin-regular.woff2")
    format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Vazirmatn - Medium (500) */
@font-face {
  font-family: Vazirmatn;
  src: url("../../vendor/fonts/Vazirmatn/vazirmatn-v16-arabic_latin-500.woff2")
    format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Vazirmatn - Bold (700) */
@font-face {
  font-family: Vazirmatn;
  src: url("../../vendor/fonts/Vazirmatn/Vazirmatn-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/*  B Yekan */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: BYekan;
  src:
    url("../../vendor/fonts/Byekan/BYEKAN.woff2") format("woff2"),
    url("../../vendor/fonts/Byekan/BYEKAN.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*  B Titr */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: BTitr;
  src:
    url("../../vendor/fonts/Btitr/BTITRBD.woff2") format("woff2"),
    url("../../vendor/fonts/Btitr/BTITRBD.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*  B Badr */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: BBadr;
  src: url("../../vendor/fonts/Bbadr/BBADR.woff") format("woff");
  font-weight: normal;
}

/*  B Koodak */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: BKoodak;
  src: url("../../vendor/fonts/Bkoodak/BKOODB.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
