@font-face {
  font-family: 'Denim';
  src: url('/fonts/Denim-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Denim';
  src: url('/fonts/Denim-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Denim';
  src: url('/fonts/Denim-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Denim';
  src: url('/fonts/Denim-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
