/* ============================================================
   Syracuse University brand webfonts — ShermanSans + ShermanSerif

   Loaded from SU's first-party font host, https://assets.syracuse.edu/fonts/.
   These files are domain-restricted (they serve only to *.syr.edu /
   *.syracuse.edu origins), which is the delivery method sanctioned by the
   SU brand team — see https://www.syracuse.edu/about/brand/. Because the
   host is first-party Syracuse infrastructure, this does NOT leak visitor
   data the way a fonts.googleapis.com <link> would.

   NOTE: on non-syr.edu origins (e.g. localhost during development) these
   requests may be refused; the CSS stack falls back to Verdana (sans) and
   Georgia (serif) — see --sans / --serif in site.css.

   ShermanSerif is used for ONE thing only (blockquotes), per SUDS.
   ============================================================ */

@font-face{
  font-family:'ShermanSans';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url(https://assets.syracuse.edu/fonts/shermansans-book.woff2) format('woff2');
}
@font-face{
  font-family:'ShermanSans';
  font-style:italic;
  font-weight:400;
  font-display:swap;
  src:url(https://assets.syracuse.edu/fonts/shermansans-bookitalic.woff2) format('woff2');
}
@font-face{
  font-family:'ShermanSans';
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url(https://assets.syracuse.edu/fonts/shermansans-bold.woff2) format('woff2');
}
@font-face{
  font-family:'ShermanSans';
  font-style:italic;
  font-weight:700;
  font-display:swap;
  src:url(https://assets.syracuse.edu/fonts/shermansans-bolditalic.woff2) format('woff2');
}
@font-face{
  font-family:'ShermanSerif';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url(https://assets.syracuse.edu/fonts/shermanserif-book.woff2) format('woff2');
}
