/* ------------------------------------------------------------------
 * NON-BRAND vendor font — Playfair Display
 * Used by several 2026-07 pages. NOT part of the AITCOH brand spec
 * (brand type is Montserrat + Source Sans Pro). Bundled locally so the
 * page renders with no Google Fonts CDN dependency. If the brand
 * decision is to drop Playfair, delete this file + its <link> and let
 * those elements fall back to Montserrat.
 * Source: OFL, github.com/google/fonts (Playfair Display, variable wght).
 * ------------------------------------------------------------------ */
@font-face {
  font-family: 'Playfair Display';
  src: url('../assets/fonts/PlayfairDisplay/PlayfairDisplay-VariableFont_wght.ttf') format('truetype-variations'),
       url('../assets/fonts/PlayfairDisplay/PlayfairDisplay-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('../assets/fonts/PlayfairDisplay/PlayfairDisplay-Italic-VariableFont_wght.ttf') format('truetype-variations'),
       url('../assets/fonts/PlayfairDisplay/PlayfairDisplay-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 900;
  font-style: italic;
  font-display: swap;
}
