@font-face {
  font-family: 'Pitch-Regular';
  src: url(fonts/Pitch-Regular.otf);
  -webkit-font-smoothing:antialiased;
  font-weight: normal;
}
@font-face {
  font-family: 'Pitch-Medium';
  src: url(fonts/Pitch-Medium.otf);
  -webkit-font-smoothing:antialiased;
  font-weight: normal;
}
@font-face {
  font-family: 'Pitch-Semibold';
  src: url(fonts/Pitch-Semibold.otf);
  -webkit-font-smoothing:antialiased;
  font-weight: normal;
}
@font-face {
  font-family: 'Pitch-Bold';
  src: url(fonts/Pitch-Bold.otf);
  -webkit-font-smoothing:antialiased;
  font-weight: normal;
}
@font-face {
  font-family: 'Brown-Regular';
  src: url(fonts/Brown-Regular.otf);
  -webkit-font-smoothing:antialiased;
  font-weight: normal;
}
@font-face {
  font-family: 'Brown-Bold';
  src: url(fonts/Brown-Bold.otf);
  -webkit-font-smoothing:antialiased;
  font-weight: normal;
}
@font-face {
  font-family: 'Chap-Semibold';
  src: url(fonts/Chap-Semibold.otf);
  -webkit-font-smoothing:antialiased;
  font-weight: normal;
}
@font-face {
  font-family: 'Chap-Medium';
  src: url(fonts/Chap-Medium.otf);
  -webkit-font-smoothing:antialiased;
  font-weight: normal;
}


a:hover {
    text-decoration: none;
}

