/* Gellix Font Family */

@font-face {
  font-family: 'Gellix';
  src:
    url('../fonts/GellixRegular.woff2') format('woff2'),
    url('../fonts/GellixRegular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gellix';
  src:
    url('../fonts/GellixSemiBold.woff2') format('woff2'),
    url('../fonts/GellixSemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
