/* Trimmed copy of app/public/css/agdata-icons.css — admin-2 only needs the
 * glyphs it actually renders (feature icons mirroring the app's main menu).
 * Deliberately WITHOUT the app's per-class `color:` rules so Vuetify color
 * props (e.g. the green users-list feature icons) keep working.
 * Add further `.icon-*::before` rules here as admin-2 starts using them. */

/* woff only — admin-2 is a desktop back-office tool, the eot/svg/ttf legacy
 * formats the app ships are dead weight here. */
@font-face {
  font-family: "agdata-icons";
  src: url("../font/agdata-icons/agdata-icons.woff?d41d8c") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "agdata-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Manuální aktivity — same pictogram as the app's main menu.
 * font-family repeated with !important on the pseudo: Vuetify's v-icon adds
 * the `mdi` class whose `.mdi:before` font shorthand (vite-injected, loads
 * after this static stylesheet) would otherwise switch the glyph's font back
 * to Material Design Icons and render nothing. */
.icon-aktivity:before {
  content: "\e900";
  font-family: "agdata-icons" !important;
}
