@font-face {
  font-family: 'PSG';
  src: url('PSG-Regular.woff') format('woff2'),
       url('PSG-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PSG';
  src: url('PSG-Bold.woff') format('woff2'),
       url('PSG-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}