/* ============================================================
   fonts.css — local @font-face only.
   Used by skin 26 (Lectern). Adobe faces load via the Typekit
   <link> in each index.html; Google faces via the Google <link>.
   NOTE: local @font-face is blocked over file:// in Chrome —
   serve systems/ over http (e.g. `python3 -m http.server`).
   ============================================================ */

@font-face {
  font-family: 'Libre Caslon Condensed';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('fonts/LibreCaslonCondensed-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Libre Caslon Condensed';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('fonts/LibreCaslonCondensed-Bold.woff2') format('woff2');
}
@font-face {
  font-family: 'Libre Caslon Condensed';
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url('fonts/LibreCaslonCondensed-BoldItalic.woff2') format('woff2');
}
