/* Gellix Light (300) */
@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;
  }
  
  /* Gellix Regular (400) */
  @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';
    src: url('Gellix-Italic.woff2') format('woff2'),
         url('Gellix-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
  }
  
  /* Gellix Medium (500) */
  @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;
  }
  
  /* Gellix SemiBold (600) */
  @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;
  }
  
  /* Gellix Bold (700) */
  @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;
  }