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