/* LL-C: lokalni Fontello build (65306018) musi vyhrat nad jadrovym CDN buildem (88631810).
   Jadro pri prihlaseni / DebugMode nacita //cdn/css/admin.css, ktere dela @import url("fontello.css")
   -> druhy @font-face se stejnym font-family 'fontello' (jine glyphy: icon-worldwide = e89e = "eye-off").
   Posledni deklarace @font-face pro stejnou rodinu vyhrava -> tento soubor se nacita jako POSLEDNI
   (conf/functions_custom.php: $Conf['Assets']['CSS']['add']['fontello-local'], mimo 'order').
   Obsah = 1:1 @font-face z css/fontello.css (absolutni cesty). Pri rebuild fontella aktualizovat oba soubory.
   AIDEV-NOTE 2026-08-19 (A6 gate, "rozjete fontello"). */
@font-face {
  font-family: 'fontello';
  src: url('/font/fontello.eot?65306018');
  src: url('/font/fontello.eot?65306018#iefix') format('embedded-opentype'),
       url('/font/fontello.woff2?65306018') format('woff2'),
       url('/font/fontello.woff?65306018') format('woff'),
       url('/font/fontello.ttf?65306018') format('truetype'),
       url('/font/fontello.svg?65306018#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Protiváha k tomu výše: jádrová admin lišta a debugger kreslí SVÉ ikony (icon-proseo-icon,
   icon-wrench) proti CDN buildu fontella — a ten jsme právě přebili lokálním, takže se
   v liště zobrazoval nesmyslný glyf (nahlásil zadavatel 2026-08-19). CDN build proto vracíme
   zpět pod vlastním názvem rodiny a používáme ho VÝHRADNĚ uvnitř Admio UI kontejnerů.
   Týká se jen přihlášených / DebugMode — návštěvník admin.css vůbec nenačte.
   Zdroj: cms/conf/functions_special.php (.admio-modernbar, .admio-bar) + #AdmioDebugger. */
@font-face {
  font-family: 'fontello-admio';
  src: url('//cdn.admio.net/font/fontello.eot?88631810');
  src: url('//cdn.admio.net/font/fontello.eot?88631810#iefix') format('embedded-opentype'),
       url('//cdn.admio.net/font/fontello.woff2?88631810') format('woff2'),
       url('//cdn.admio.net/font/fontello.woff?88631810') format('woff'),
       url('//cdn.admio.net/font/fontello.ttf?88631810') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.admio-modernbar [class^="icon-"]:before,
.admio-modernbar [class*=" icon-"]:before,
.admio-bar [class^="icon-"]:before,
.admio-bar [class*=" icon-"]:before,
#AdmioDebugger [class^="icon-"]:before,
#AdmioDebugger [class*=" icon-"]:before,
.AdmioNotice [class^="icon-"]:before,
.AdmioNotice [class*=" icon-"]:before {
  font-family: 'fontello-admio' !important;
}
