/* ============================================
   STYLES PERSONNALISÉS MINIMAUX
   Uniquement ce qui n'existe pas dans DaisyUI
   ============================================ */

/* Material Icons configuration */
.material-symbols-rounded {
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

/* Fix overflow horizontal sur mobile */
body {
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}
