/* 
 * Fichier de police pour les icônes de navigation 
 */

@font-face {
  font-family: 'NavIcons';
  src: url('../fonts/nav-icons.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

/* Code points pour les icônes */
.icon-home:before { content: "\e900"; }
.icon-dashboard:before { content: "\e901"; }
.icon-shopping-cart:before { content: "\e902"; }
.icon-chart:before { content: "\e903"; }
.icon-store:before { content: "\e904"; }
.icon-login:before { content: "\e905"; }
.icon-logout:before { content: "\e906"; }

/* Fallback pour les icônes en texte */
.no-font .icon-home:before { content: "🏠"; }
.no-font .icon-dashboard:before { content: "📊"; }
.no-font .icon-shopping-cart:before { content: "🛒"; }
.no-font .icon-chart:before { content: "📈"; }
.no-font .icon-store:before { content: "🏪"; }
.no-font .icon-login:before { content: "➡️"; }
.no-font .icon-logout:before { content: "⬅️"; }
