/* Latin Modern is the serif family used by the CV. Local, unmodified fonts. */
@font-face {
  font-family: 'Latin Modern Roman';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(lmroman10-regular.otf) format('opentype');
}
@font-face {
  font-family: 'Latin Modern Roman';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(lmroman10-bold.otf) format('opentype');
}
@font-face {
  font-family: 'Latin Modern Roman';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(lmroman10-italic.otf) format('opentype');
}
