/* Gellix - self-hosted (weights 300, 400, 500, 600, 700) */
@font-face {
  font-family: 'Gellix';
  font-style: normal;
  font-weight: 300;
  src: local('Gellix'), url('/fonts/GellixLight.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Gellix';
  font-style: normal;
  font-weight: 400;
  src: local('Gellix'), url('/fonts/GellixRegular.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Gellix';
  font-style: normal;
  font-weight: 500;
  src: local('Gellix'), url('/fonts/GellixMedium.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Gellix';
  font-style: normal;
  font-weight: 600;
  src: local('Gellix'), url('/fonts/GellixSemiBold.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Gellix';
  font-style: normal;
  font-weight: 700;
  src: local('Gellix'), url('/fonts/GellixBold.woff') format('woff');
  font-display: swap;
}
