/* ======================================================
   Naturium Label Designer - Fuentes autohospedadas
   ====================================================== */

/* League Gothic (self-hosted) */
@font-face {
  font-family: 'League Gothic';
  src: url('../assets/fonts/LeagueGothic-Regular.woff2') format('woff2'),
       url('../assets/fonts/LeagueGothic-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF; /* solo caracteres latinos básicos, carga más rápida */
}

/* Fallback general para el editor */
#naturium-label-designer-root,
#naturium-add-text-modal {
  font-family: 'Montserrat', 'Oswald', 'Alice', 'Lora', 'Bebas Neue',
               'Arapey', 'Abril Fatface', 'Amiri',
               'League Gothic',
               system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
