
@font-face {
  font-family: 'Latin Modern';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/lmroman10-regular.woff2') format('woff2'),
    url('../fonts/lmroman10-regular.woff') format('woff'),
    url('../fonts/lmroman10-regular.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Latin Modern';
  font-style: italic;
  font-weight: normal;
  src: url('../fonts/lmroman10-italic.woff2') format('woff2'),
    url('../fonts/lmroman10-italic.woff') format('woff'),
    url('../fonts/lmroman10-italic.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Latin Modern';
  font-style: normal;
  font-weight: bold;
  src: url('../fonts/lmroman10-bold.woff2') format('woff2'),
    url('../fonts/lmroman10-bold.woff') format('woff'),
    url('../fonts/lmroman10-bold.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Latin Modern';
  font-style: italic;
  font-weight: bold;
  src: url('../fonts/lmroman10-bolditalic.woff2') format('woff2'),
    url('../fonts/lmroman10-bolditalic.woff') format('woff'),
    url('../fonts/lmroman10-bolditalic.ttf') format('truetype');
  font-display: swap;
}

