@font-face {
  font-family: 'PT Serif';
  src: url('/fonts/PTSerif-Regular.ttf');
}
@font-face {
  font-family: 'PT Serif';
  src: url('/fonts/PTSerif-Bold.ttf');
  font-weight: bold;
}
@font-face {
  font-family: 'PT Serif';
  src: url('/fonts/PTSerif-Italic.ttf');
  font-style: italic;
}
@font-face {
  font-family: 'PT Serif';
  src: url('/fonts/PTSerif-BoldItalic.ttf');
  font-style: italic;
  font-weight: bold;
}
@font-face {
  font-family: 'Roboto';
  src: url('/fonts/Roboto-Regular.ttf');
  font-weight: 400;
}
@font-face {
  font-family: 'Roboto';
  src: url('/fonts/Roboto-Medium.ttf');
  font-weight: 500;
}
@font-face {
  font-family: 'Roboto';
  src: url('/fonts/Roboto-Italic.ttf');
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: 'Roboto';
  src: url('/fonts/Roboto-MeidumItalic.ttf');
  font-style: italic;
  font-weight: 500;
}
@font-face {
  font-family: 'Roboto';
  src: url('/fonts/Roboto-Bold.ttf');
  font-weight: 700;
}
@font-face {
  font-family: 'Roboto';
  src: url('/fonts/Roboto-BoldItalic.ttf');
  font-style: italic;
  font-weight: 700;
}
