/**
 * Roadloisirs — Chargement des polices
 *
 * Polices utilisées :
 *   - Montserrat : navigation, corps de texte, labels, boutons
 *   - Merriweather : titres éditoriaux, sections de contenu
 *
 * TODO Production : remplacer l'import Google Fonts par des fichiers
 *   self-hosted dans assets/fonts/ pour les performances et la conformité RGPD.
 *   Télécharger via : https://gwfh.mranftl.com/fonts/montserrat
 *                     https://gwfh.mranftl.com/fonts/merriweather
 */

@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,400;0,600;0,700;0,800;1,400&family=Montserrat:wght@400;500;600;700&display=swap');
