/* Regular */
@font-face {
  font-family: 'CMU Roman';
  src: url('../fonts/cmunrm.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: 'CMU Roman';
  src: url('../fonts/cmunbx.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Light (ex: cmunbto.ttf) */
@font-face {
  font-family: 'CMU Roman';
  src: url('../fonts/cmunbto.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Italic */
@font-face {
  font-family: 'CMU Roman';
  src: url('../fonts/cmunsl.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
