@font-face {
  font-family: 'Ogg-Roman';
  src: url('/assets/fonts/Ogg-Roman.otf') format('opentype');
  font-weight: normal;
}

@font-face {
  font-family: 'Ogg-Roman';
  src: url('/assets/fonts/Ogg-Italic.otf') format('opentype');
  font-style: italic;
  font-weight: normal;
}

@font-face {
  font-family: 'SharpSans';
  src: url('/assets/fonts/SharpSans-Medium.otf') format('opentype');
  font-weight: 500;
}

@font-face {
  font-family: 'SharpSans';
  src: url('/assets/fonts/SharpSans-Semibold.otf') format('opentype');
  font-weight: 600;
}

@font-face {
  font-family: 'SharpSans';
  src: url('/assets/fonts/SharpSans-Book.otf') format('opentype');
  font-weight: normal;
}
