/* @import must be at top of file, otherwise CSS will not work */
@import url("https://uchicago-brand-fonts.s3.us-east-2.amazonaws.com/UChicagoSerif.css");

@font-face {
  font-family: "UChicago-Regular";
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  src: url('fonts/uchicago-serif/UChicago-Regular.woff2') format('woff2'),
       url('fonts/uchicago-serif/UChicago-Regular.woff') format('woff'),
       url('fonts/uchicago-serif/UChicago-Regular.otf') format('otf');
}
