/* Normal */
@font-face {
  font-family: 'Baskerville';
  src: url('/ext/f/LibreBaskerville-DpdE.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Bold */
@font-face {
  font-family: 'Baskerville';
  src: url('/ext/f/LibreBaskervilleBold-A606.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

/* Italic */
@font-face {
  font-family: 'Baskerville';
  src: url('/ext/f/LibreBaskervilleItalic-q8K6.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}


html {
  font-family: 'Baskerville', serif;
  /* background: url(/ext/wood.webp); */
  background: #dbdbdb;
}