/* sis-web-ui-ux — polices auto-hébergées (souveraineté KISSES, pas de CDN externe).
 *
 * Convention :
 *   - .woff2 stockés dans /common/fonts/<famille>/
 *   - Un seul fichier variable par famille quand possible (réduit nombre de requêtes)
 *   - @font-face pointe en chemin relatif depuis ce CSS
 *
 * Distribution actuelle :
 *   - Playfair Display (OFL — Open Font License, copyright 2010-2024 Claus Sorensen)
 *     Source : https://fonts.google.com/specimen/Playfair+Display
 *     Licence : SIL Open Font License 1.1 → auto-hébergement autorisé
 *
 * Si vous ajoutez une nouvelle police ici, vérifier la licence avant.
 */

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500 700;            /* range — fichier variable */
  font-display: swap;
  src: url('../fonts/playfair-display/playfair-display-variable.woff2') format('woff2-variations');
}
