@font-face {
  font-family: 'FixelDisplay';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('../fonts/FixelDisplay-Regular.woff2') format('woff2'),
  url('../fonts/FixelDisplay-Regular.otf') format('opentype');
}
@font-face {
  font-family: 'FixelDisplay';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url('../fonts/FixelDisplay-Medium.woff2') format('woff2'),
  url('../fonts/FixelDisplay-Medium.otf') format('opentype');

}

@font-face {
  font-family: 'FixelDisplay';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
   src: url('../fonts/FixelDisplay-SemiBold.woff2') format('woff2'),
   url('../fonts/FixelDisplay-SemiBold.otf') format('opentype');
  
}

@font-face {
    font-family: 'FixelDisplay';
	font-style: normal;
    font-display: swap;
	font-weight: 700;
    src: url('../fonts/FixelDisplay-Bold.woff2') format('woff2'),
	url('../fonts/FixelDisplay-Bold.otf') format('opentype');
    
}
/*
@font-face {
  font-family: 'Fixel Text';
  src: url('../fonts/FixelText-Regular.woff2') format('woff2'),
       url('../fonts/FixelText-Regular.otf') format('opentype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Fixel Text';
  src: url('../fonts/FixelText-Medium.woff2') format('woff2'),
       url('../fonts/FixelText-Medium.otf') format('opentype');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Fixel Text';
  src: url('../fonts/FixelText-SemiBold.woff2') format('woff2'),
       url('../fonts/FixelText-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Fixel Text';
  src: url('../fonts/FixelText-Bold.woff2') format('woff2'),
       url('../fonts/FixelText-Bold.otf') format('opentype');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
*/

