/*
 * @font-face declarations for commercial fonts used in /design/Website layout/.
 * Drop the matching .woff2 (preferred) or .ttf/.otf files into this folder
 * with the exact filenames below. See README.md.
 *
 * If a file is missing the browser silently falls back to the next family in
 * the CSS variable (--cui-font-italic etc. in tokens.css), so the site keeps
 * rendering — just without the licensed face.
 */

/* SFU Garamond Condensed — Light Italic */
@font-face {
  font-family: 'SFU Garamond Condensed';
  src: url('SFUGaramondCondensed-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* SFU Garamond Condensed — Bold Italic */
@font-face {
  font-family: 'SFU Garamond Condensed';
  src: url('SFUGaramondCondensed-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Gloucester MT Extra Condensed — Blog page only */
@font-face {
  font-family: 'Gloucester MT Extra Condensed';
  src: url('GloucesterMT-ExtraCondensed.woff2') format('woff2'),
       url('GloucesterMT-ExtraCondensed.ttf')   format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
