@font-face {
  font-family: 'MyCustomFont';
  src: url('fonts/PPRader-BoldItalic.otf') format('opentype');
}

body {
  font-family: 'MyCustomFont', sans-serif;
  margin: 2rem;
  background: #f9f9f9;
  color: #333;
}