/* ===== GELIX FONT FAMILY ===== */
/* Load from GitHub CDN for reliability */

/* Regular */
@font-face {
  font-family: "Gellix";
  src: url("font/Gellix-Thin.woff2") format("woff2"),
    url("font/Gellix-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gellix";
  src: url("font/Gellix-Light.woff2") format("woff2"),
    url("font/Gellix-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gellix";
  src: url("font/Gellix-Regular.woff2") format("woff2"),
    url("font/Gellix-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gellix";
  src: url("font/Gellix-Medium.woff2") format("woff2"),
    url("font/Gellix-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gellix";
  src: url("font/Gellix-SemiBold.woff2") format("woff2"),
    url("font/Gellix-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gellix";
  src: url("font/Gellix-ExtraBold.woff2") format("woff2"),
    url("font/Gellix-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* Italic variants (if present) */
@font-face {
  font-family: "Gellix";
  src: url("font/Gellix-RegularItalic.woff2") format("woff2"),
    url("font/Gellix-RegularItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gellix";
  src: url("font/Gellix-SemiBoldItalic.woff2") format("woff2"),
    url("font/Gellix-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

html,
body {
  font-family: "Gellix", Arial, Helvetica, sans-serif;
}
