/* =========================================
   Gilroy Webfont Kit
   Location: /wp-content/themes/your-child-theme/fonts/fonts.css
   ========================================= */

/* Light (300) */
@font-face {
  font-family: "Gilroy Light";
  src: url("./gilroy-light-webfont.woff2") format("woff2"),
       url("./gilroy-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Regular (400) */
@font-face {
  font-family: "Gilroy";
  src: url("./gilroy-regular-webfont.woff2") format("woff2"),
       url("./gilroy-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* SemiBold (600) */
@font-face {
  font-family: "Gilroy Semibold";
  src: url("./gilroy-semibold-webfont.woff2") format("woff2"),
       url("./gilroy-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Bold (700) */
@font-face {
  font-family: "Gilroy Bold";
  src: url("./gilroy-bold-webfont.woff2") format("woff2"),
       url("./gilroy-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Black (900) */
@font-face {
  font-family: "Gilroy Black";
  src: url("./gilroy-black-webfont.woff2") format("woff2"),
       url("./gilroy-black-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* =========================================
   TheSansArabic Webfont Kit
   Location: /wp-content/themes/your-child-theme/fonts/fonts.css
   ========================================= */

/* Light (300) */
@font-face {
  font-family: "TheSansArabic";
  src: url("./thesansarabic_light-webfont.woff2") format("woff2"),
       url("./thesansarabic_light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}