@font-face {
  font-family: 'SUIT';
  font-style: normal;
  font-weight: 300;
  src:
	url(suit/SUIT-Light.ttf),
  url(suit/SUIT-Light.woff2) format('woff2'),
  url(suit/SUIT-Light.otf) format('opentype');
}
@font-face {
  font-family: 'SUIT';
  font-style: normal;
  font-weight: 600;
  src: 
	url(suit/SUIT-Bold.ttf),
  url(suit/SUIT-Bold.woff2) format('woff2'),
  url(suit/SUIT-Bold.otf) format('opentype');
}
