/* Icon helpers — Material Symbols + fallbacks for public marketing shell */

.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  user-select: none;
}

.kz-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 1.1rem;
}

/* Hide ligature name until font loads (FOIT) */
@supports (font-variation-settings: normal) {
  .fonts-loading .material-symbols-outlined {
    visibility: hidden;
    min-width: 1.25em;
    min-height: 1.25em;
  }
}
