/*
 * Self-hosted fonts (anti-footprint placeholder).
 *
 * The site currently relies on Google Fonts loaded in head.html with
 * display=swap, but this file is kept as the override hook so the
 * pipeline can later self-host Playfair Display / Lato locally.
 *
 * When self-hosted .woff2 files are added under /static/fonts/,
 * un-comment the @font-face declarations below to take precedence.
 *
 * Example:
 *
 * @font-face {
 *   font-family: 'Playfair Display';
 *   src: url('/fonts/PlayfairDisplay-Regular.woff2') format('woff2');
 *   font-weight: 400;
 *   font-style: normal;
 *   font-display: swap;
 * }
 *
 * @font-face {
 *   font-family: 'Lato';
 *   src: url('/fonts/Lato-Regular.woff2') format('woff2');
 *   font-weight: 400;
 *   font-style: normal;
 *   font-display: swap;
 * }
 */
