/* Gellix — self-hosted @font-face (woff2 + woff subset).
   Loaded on front-end and in the block editor via enqueue_block_assets.
   Weights: 300 Light, 400 Regular, 500 Medium, 600 SemiBold, 700 Bold (+ italics). */

/* 300 — Light */
@font-face {
  font-family: 'Gellix';
  src: url('Gellix-Light.woff2') format('woff2'),
       url('Gellix-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gellix';
  src: url('Gellix-LightItalic.woff2') format('woff2'),
       url('Gellix-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* 400 — Regular */
@font-face {
  font-family: 'Gellix';
  src: url('Gellix-Regular.woff2') format('woff2'),
       url('Gellix-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gellix';
  /* fixed: was Gellix-Italic (missing); correct file is Gellix-RegularItalic */
  src: url('Gellix-RegularItalic.woff2') format('woff2'),
       url('Gellix-RegularItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* 500 — Medium */
@font-face {
  font-family: 'Gellix';
  src: url('Gellix-Medium.woff2') format('woff2'),
       url('Gellix-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gellix';
  src: url('Gellix-MediumItalic.woff2') format('woff2'),
       url('Gellix-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* 600 — SemiBold */
@font-face {
  font-family: 'Gellix';
  src: url('Gellix-SemiBold.woff2') format('woff2'),
       url('Gellix-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gellix';
  src: url('Gellix-SemiBoldItalic.woff2') format('woff2'),
       url('Gellix-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

/* 700 — Bold */
@font-face {
  font-family: 'Gellix';
  src: url('Gellix-Bold.woff2') format('woff2'),
       url('Gellix-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gellix';
  src: url('Gellix-BoldItalic.woff2') format('woff2'),
       url('Gellix-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
