@font-face {
  font-family: 'PitchSans';
  src: url('PitchSansRegular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PitchSans';
  src: url('PitchSansBold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'PitchSans';
  src: url('PitchSansItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'PitchSans';
  src: url('PitchSansBoldItalic.otf') format('opentype');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'PitchSans';
  src: url('PitchSansLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'PitchSans';
  src: url('PitchSansLightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'PitchSans';
  src: url('PitchSansMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'PitchSans';
  src: url('PitchSansMediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'PitchSans';
  src: url('PitchSansSemibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'PitchSans';
  src: url('PitchSansSemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
}