/* Latin Modern is served locally for readers without Baskerville. */
@font-face {
  font-family: 'Latin Modern Roman';
  src: url("/~rspeciel/assets/fonts/latin-modern/lmroman10-regular.otf") format('opentype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Latin Modern Roman';
  src: url("/~rspeciel/assets/fonts/latin-modern/lmroman10-italic.otf") format('opentype');
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Latin Modern Roman';
  src: url("/~rspeciel/assets/fonts/latin-modern/lmroman10-bold.otf") format('opentype');
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'Latin Modern Roman';
  src: url("/~rspeciel/assets/fonts/latin-modern/lmroman10-bolditalic.otf") format('opentype');
  font-style: italic;
  font-weight: 700;
  font-display: swap;
}
