/*
 * Self-hosted fonts (Anti-footprint)
 *
 * This file is loaded to avoid Google Fonts tracking.
 * Fonts should be self-hosted in this directory.
 *
 * Example:
 * @font-face {
 *   font-family: 'Montserrat';
 *   src: url('/fonts/Montserrat-Regular.woff2') format('woff2');
 *   font-weight: 400;
 *   font-style: normal;
 *   font-display: swap;
 * }
 *
 * For now, we fallback to system fonts defined in tailwind.config.
 * The pipeline will generate this file with proper @font-face rules.
 */

/* Fallback: use system fonts until self-hosted fonts are generated */
