/* ============================================================================
 * Module : shared/styles/base/fonts.css
 * Rôle   : Chargement des polices web (Inter pour corps, Outfit pour titres).
 * Dépend de : Google Fonts CDN
 * Utilisé par : toutes les pages
 *
 * Choix CDN Google Fonts pour Sprint 8 (cohérent avec le legacy projet).
 * Migration vers self-hosting possible plus tard si besoin perf/RGPD.
 * ============================================================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Outfit:wght@400;500;600;700;800&display=swap');
