/* ============================================================
   POLICE PERSONNALISÉE LALOU - Koukou Theme
   ============================================================
   Ce fichier est chargé par functions.php.
   La police LaLou-Regular doit être placée dans :
   /wp-content/themes/koukou-theme/assets/fonts/LaLou-Regular.otf
   ============================================================ */

@font-face {
    font-family: 'LaLou';
    src: url('../fonts/LaLou-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap; /* Affiche le texte immédiatement, échange quand la police est chargée */
}
