/* Webfonts for Global Pathology Publications.

   1. NOIR ET BLANC (Nicky Laatz) is the intended display face. It is a commercial
      font and is not redistributable, so it is not bundled here. Once you hold a
      web licence, drop the files into this folder as:

          assets/fonts/noir-et-blanc-regular.woff2
          assets/fonts/noir-et-blanc-italic.woff2

      They are picked up automatically by the @font-face rules below and take over
      every display setting site-wide. No other change is needed.

   2. Cormorant Garamond and Inter are self-hosted under the SIL Open Font Licence
      and ship as the working fallback. Cormorant is the closest open face to Noir
      et Blanc: high stroke contrast, fine hairlines, elegant display proportions.
*/
/* Uncomment the two rules below once the licensed files are in this folder.
   They are commented out so the site makes no failing font request by default. */
/*
@font-face{font-family:'Noir et Blanc';font-style:normal;font-weight:300 700;font-display:swap;
  src:url('noir-et-blanc-regular.woff2') format('woff2')}
@font-face{font-family:'Noir et Blanc';font-style:italic;font-weight:300 700;font-display:swap;
  src:url('noir-et-blanc-italic.woff2') format('woff2')}
*/

@font-face{font-family:'Cormorant Garamond';font-style:italic;font-weight:300 600;font-display:swap;src:url('cormorant-italic.woff2') format('woff2')}
@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:300 700;font-display:swap;src:url('cormorant-normal.woff2') format('woff2')}
@font-face{font-family:'Inter';font-style:normal;font-weight:400 600;font-display:swap;src:url('inter-normal.woff2') format('woff2')}
