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

/* Display Bold — same optical cut as Regular (FSP set has Bold, not Semibold) */
@font-face {
  font-family: 'PP Writer';
  src: url('fonts/PPWriter-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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