/* GE SS Two */
@font-face {
  font-family: "GE SS Two";
  src: url("./../fonts/ge-ss-two/GESSTwo-Light.woff2") format("woff2"),
    url("./../fonts/ge-ss-two/GESSTwo-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GE SS Two";
  src: url("./../fonts/ge-ss-two/GESSTwo-Medium.woff2") format("woff2"),
    url("./../fonts/ge-ss-two/GESSTwo-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GE SS Two";
  src: url("./../fonts/ge-ss-two/GESSTwo-Bold.woff2") format("woff2"),
    url("./../fonts/ge-ss-two/GESSTwo-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* ----------------------------------------------- */

/* Arista Pro */
@font-face {
  font-family: "Arista Pro";
  src: url("./../fonts/arista-pro/AristaProTrial-SemiBold.woff2")
      format("woff2"),
    url("./../fonts/arista-pro/AristaProTrial-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Arista Pro";
  src: url("./../fonts/arista-pro/AristaProTrial-Light.woff2") format("woff2"),
    url("./../fonts/arista-pro/AristaProTrial-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Arista Pro";
  src: url("./../fonts/arista-pro/AristaProTrial-Regular.woff2") format("woff2"),
    url("./../fonts/arista-pro/AristaProTrial-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Arista Pro";
  src: url("./../fonts/arista-pro/AristaProTrial-ExtraLight.woff2")
      format("woff2"),
    url("./../fonts/arista-pro/AristaProTrial-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Arista Pro";
  src: url("./../fonts/arista-pro/AristaProTrial-Thin.woff2") format("woff2"),
    url("./../fonts/arista-pro/AristaProTrial-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Arista Pro";
  src: url("./../fonts/arista-pro/AristaProTrial-Bold.woff2") format("woff2"),
    url("./../fonts/arista-pro/AristaProTrial-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Arista Pro Fat";
  src: url("./../fonts/arista-pro/AristaProTrial-Fat.woff2") format("woff2"),
    url("./../fonts/arista-pro/AristaProTrial-Fat.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* ----------------------------------------------- */

/* Noto Kufi Arabic - Local Font Files */
@font-face {
  font-family: 'Noto Kufi Arabic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/NotoKufiArabic-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Noto Kufi Arabic';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/NotoKufiArabic-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Noto Kufi Arabic';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/NotoKufiArabic-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Noto Kufi Arabic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/NotoKufiArabic-Bold.ttf') format('truetype');
}

/* Fallback for other weights */
@font-face {
  font-family: 'Noto Kufi Arabic';
  font-style: normal;
  font-weight: 100 300;
  font-display: swap;
  src: url('../fonts/NotoKufiArabic-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Noto Kufi Arabic';
  font-style: normal;
  font-weight: 800 900;
  font-display: swap;
  src: url('../fonts/NotoKufiArabic-Bold.ttf') format('truetype');
}
