/* zpix pixel font */
@font-face {
  font-display: swap;
  font-family: 'Zpix';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/zpix/zpix.eot'); /* IE9 Compat Modes */
  src: local('Zpix'),
       url('../fonts/zpix/zpix.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/zpix/zpix.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/zpix/zpix.woff') format('woff'), /* Modern Browsers */
       url('../fonts/zpix/zpix.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/zpix/zpix.svg#FiraSans') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/fontawesome/fa-brands-400.woff2');
       url('../../fonts/fontawesome/fa-brands-400.woff2') format('woff2'),
       url('../../fonts/fontawesome/fa-brands-400.ttf') format('truetype');
}